File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?><!-- EN-Revision: cca35bc5457e413b55def1d5053623f091cbe03c Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
2- <book xml : id =" book.ssdeep" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!-- EN-Revision: 2885123b1a490cf75a1a0a2d2d8034c9f82ece54 Maintainer: fernandowobeto Status: ready -->
3+ <!-- CREDITS: fernandowobeto -->
4+ <book xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id =" book.ssdeep" >
35 <?phpdoc extension-membership =" pecl" ?>
46 <title >ssdeep Fuzzy Hashing</title >
57 <titleabbrev >ssdeep</titleabbrev >
68
79 <preface xml : id =" intro.ssdeep" >
810 &reftitle.intro;
9- <para >
11+ <simpara >
1012 ssdeep é uma utilidade para criar e comparar hashes difusos ou
1113 <link xlink : href =" &url.ssdeep.ctph; " >hashing por partes acionado por contexto
1214 </link >.
13- </para >
14- <para >
15+ </simpara >
16+ <simpara >
1517 O hashing difuso pode corresponder a assinaturas que têm "...sequências de bytes
1618 idênticos na mesma ordem, embora bytes entre essas sequências possam ser diferentes
1719 em conteúdo e comprimento" (<link xlink : href =" &url.ssdeep.libssdeep; " >
1820 Página do projeto ssdeep</link >).
19- </para >
20- <para >
21+ </simpara >
22+ <simpara >
2123 Esta extensão fornece funções para criar e comparar hashes difusos.
22- </para >
24+ </simpara >
2325 </preface >
2426
2527 &reference.ssdeep.setup;
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 4a88496c38a1d79bec4f26bffc2a74a2f52146c5 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
3-
4- <section xml : id = " ssdeep.installation " xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2+ <!-- EN-Revision: 2885123b1a490cf75a1a0a2d2d8034c9f82ece54 Maintainer: fernandowobeto Status: ready -->
3+ <!-- CREDITS: fernandowobeto -->
4+ <section xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id = " ssdeep.installation " >
55 &reftitle.install;
66
7- <para >
7+ <simpara >
88 &pecl.info;
99 <link xlink : href =" &url.pecl.package; ssdeep" >&url.pecl.package; ssdeep</link >
10- </para >
10+ </simpara >
1111
1212</section >
13-
14-
1513<!-- Keep this comment at the end of the file
1614Local variables:
1715mode: sgml
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 4754397753fd79f1c846868b66a2448babab1c54 Maintainer: leonardolara Status: ready -->
3-
4- <refentry xml : id =" function.ssdeep-fuzzy-compare" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2+ <!-- EN-Revision: 2885123b1a490cf75a1a0a2d2d8034c9f82ece54 Maintainer: leonardolara Status: ready -->
3+ <refentry xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id =" function.ssdeep-fuzzy-compare" >
54 <refnamediv >
65 <refname >ssdeep_fuzzy_compare</refname >
76 <refpurpose >Calcula a pontuação de correspondência entre duas assinaturas de hash difusas</refpurpose >
1413 <methodparam ><type >string</type ><parameter >signature1</parameter ></methodparam >
1514 <methodparam ><type >string</type ><parameter >signature2</parameter ></methodparam >
1615 </methodsynopsis >
17- <para >
16+ <simpara >
1817 Calcula a pontuação de correspondência entre <parameter >signature1</parameter >
1918 e <parameter >signature2</parameter > usando <link xlink : href =" &url.ssdeep.ctph; " >
2019 hash por partes acionado por contexto</link > e retorna a pontuação da
2120 correspondência.
22- </para >
21+ </simpara >
2322
2423 </refsect1 >
2524
2928 <varlistentry >
3029 <term ><parameter >signature1</parameter ></term >
3130 <listitem >
32- <para >
31+ <simpara >
3332 A primeira string de assinatura hash difusa.
34- </para >
33+ </simpara >
3534 </listitem >
3635 </varlistentry >
3736 <varlistentry >
3837 <term ><parameter >signature2</parameter ></term >
3938 <listitem >
40- <para >
39+ <simpara >
4140 A segunda string de assinatura hash difusa.
42- </para >
41+ </simpara >
4342 </listitem >
4443 </varlistentry >
4544 </variablelist >
4645 </refsect1 >
4746
4847 <refsect1 role =" returnvalues" >
4948 &reftitle.returnvalues;
50- <para >
49+ <simpara >
5150 Retorna um número inteiro de 0 a 100 em caso de sucesso, &false; em caso de falha.
52- </para >
51+ </simpara >
5352 </refsect1 >
5453
5554
5655</refentry >
57-
5856<!-- Keep this comment at the end of the file
5957Local variables:
6058mode: sgml
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 4754397753fd79f1c846868b66a2448babab1c54 Maintainer: leonardolara Status: ready -->
3-
4- <refentry xml : id =" function.ssdeep-fuzzy-hash-filename" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2+ <!-- EN-Revision: 2885123b1a490cf75a1a0a2d2d8034c9f82ece54 Maintainer: leonardolara Status: ready -->
3+ <refentry xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id =" function.ssdeep-fuzzy-hash-filename" >
54 <refnamediv >
65 <refname >ssdeep_fuzzy_hash_filename</refname >
76 <refpurpose >Cria um hash difuso a partir de um arquivo</refpurpose >
1312 <type >string</type ><methodname >ssdeep_fuzzy_hash_filename</methodname >
1413 <methodparam ><type >string</type ><parameter >file_name</parameter ></methodparam >
1514 </methodsynopsis >
16- <para >
15+ <simpara >
1716 <function >ssdeep_fuzzy_hash_filename</function > calcula o hash
1817 do arquivo especificado por <parameter >file_name</parameter > usando
1918 <link xlink : href =" &url.ssdeep.ctph; " >hash por partes acionado por
2019 contexto</link >, e retorna esse hash.
21- </para >
20+ </simpara >
2221
2322 </refsect1 >
2423
2827 <varlistentry >
2928 <term ><parameter >file_name</parameter ></term >
3029 <listitem >
31- <para >
30+ <simpara >
3231 O nome do arquivo a ter o hash calculado.
33- </para >
32+ </simpara >
3433 </listitem >
3534 </varlistentry >
3635 </variablelist >
3736 </refsect1 >
3837
3938 <refsect1 role =" returnvalues" >
4039 &reftitle.returnvalues;
41- <para >
40+ <simpara >
4241 Retorna uma string em caso de sucesso, &false; caso contrário.
43- </para >
42+ </simpara >
4443 </refsect1 >
4544
4645
4746</refentry >
48-
4947<!-- Keep this comment at the end of the file
5048Local variables:
5149mode: sgml
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 4754397753fd79f1c846868b66a2448babab1c54 Maintainer: leonardolara Status: ready -->
3-
4- <refentry xml : id =" function.ssdeep-fuzzy-hash" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2+ <!-- EN-Revision: 2885123b1a490cf75a1a0a2d2d8034c9f82ece54 Maintainer: leonardolara Status: ready -->
3+ <refentry xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id =" function.ssdeep-fuzzy-hash" >
54 <refnamediv >
65 <refname >ssdeep_fuzzy_hash</refname >
76 <refpurpose >Crie um hash difuso a partir de uma string</refpurpose >
1312 <type >string</type ><methodname >ssdeep_fuzzy_hash</methodname >
1413 <methodparam ><type >string</type ><parameter >to_hash</parameter ></methodparam >
1514 </methodsynopsis >
16- <para >
15+ <simpara >
1716 <function >ssdeep_fuzzy_hash</function > calcula o hash de
1817 <parameter >to_hash</parameter > usando <link xlink : href =" &url.ssdeep.ctph; " >
1918 hash por partes acionado por contexto</link > e retorna esse hash.
20- </para >
19+ </simpara >
2120 </refsect1 >
2221
2322 <refsect1 role =" parameters" >
2625 <varlistentry >
2726 <term ><parameter >to_hash</parameter ></term >
2827 <listitem >
29- <para >
28+ <simpara >
3029 A string de entrada.
31- </para >
30+ </simpara >
3231 </listitem >
3332 </varlistentry >
3433 </variablelist >
3534 </refsect1 >
3635
3736 <refsect1 role =" returnvalues" >
3837 &reftitle.returnvalues;
39- <para >
38+ <simpara >
4039 Retorna uma string em caso de sucesso, &false; caso contrário.
41- </para >
40+ </simpara >
4241 </refsect1 >
4342
4443
4544</refentry >
46-
4745<!-- Keep this comment at the end of the file
4846Local variables:
4947mode: sgml
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 48ce43fe79fa0c9f31f187ea8ec995b4cb13037e Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
3-
4- <chapter xml : id = " ssdeep.setup " xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
2+ <!-- EN-Revision: 2885123b1a490cf75a1a0a2d2d8034c9f82ece54 Maintainer: fernandowobeto Status: ready -->
3+ <!-- CREDITS: fernandowobeto -->
4+ <chapter xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xml : id = " ssdeep.setup " >
55 &reftitle.setup;
66
77 <section xml : id =" ssdeep.requirements" >
88 &reftitle.required;
9- <para >
9+ <simpara >
1010 Esta extensão requer a biblioteca <link xlink : href =" &url.ssdeep.libssdeep; " >ssdeep</link >.
11- </para >
11+ </simpara >
1212 </section >
1313
1414 <section xml : id =" ssdeep.installation" >
1515 &reftitle.install;
16- <para >
16+ <simpara >
1717 &pecl.moved;
18- </para >
19- <para >
18+ </simpara >
19+ <simpara >
2020 &pecl.info;
2121 <link xlink : href =" &url.pecl.package; ssdeep" >&url.pecl.package; ssdeep</link >.
22- </para >
22+ </simpara >
2323 </section >
2424
2525</chapter >
26-
2726<!-- Keep this comment at the end of the file
2827Local variables:
2928mode: sgml
You can’t perform that action at this time.
0 commit comments