Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Finding Binary Clones with Opstrings & Function Digests: Part I


July, 2005: Finding Binary Clones with Opstrings & Function Digests: Part I

199 . FDC0933BEF8FEF46BBC801CEF9044EC7  hello.exe - ___sbh_heap_check
164 . FDE6365C1BD96441A9D11FEF5DE3C179  hello.exe - ___sbh_resize_block
140 . A60BAC1A238AB85A3BE509678459B543  hello.exe - _strncpy
129 . B0C0A7FB8E2DF2F7395C12B104823590  hello.exe - __read
113 . 5AC42E0A19DEA1A23BCA486032420B87  hello.exe - __ioinit
111 . 45287CFEDD4D9AAE9C8DE16AE174CF22  hello.exe - __setmbcp
98 . 156CEDE43BBF5A9FB890C2FD86906AEC  hello.exe - __write
89 . 31C50F435876A5BF29E58B7E05EE530A  hello.exe - ___crtGetEnvironmentStringsA
72 . 22ADC7AEE6DCB10FDFA978A5C4DD7387  hello.exe - _strcat
66 . 53AB78B2C866220949F86393731E0048  hello.exe - __XcptFilter
45 . DA586DD1E4B4F00BAAEC323B76E38299  hello.exe - __close
44 . FFE7B3C3E94F188C3BD3CB0785C81740  hello.exe - __setenvp
42 . 826B40AD485B9C7EB8961AC07A0CCD68  hello.exe - ___crtGetStringTypeA
<b>41 . 8D71CE1651AD88B045B36FB9EBE0109F  hello.exe - _strlen</b>
 ...

Figure 3: Some function signatures for Microsoft C RTL functions.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.