Difference between revisions of "Count(exports)"
(New page: {{AdvFileParam|count[exports]}} The number of exported functions. ==Usage== count[exports]=<size(int)> count[exports]>=<size(int)> count[exports]<=<size(int)> ===Examples=== count[ex...) |
|||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:count(exports)}} | ||
{{AdvFileParam|count[exports]}} | {{AdvFileParam|count[exports]}} | ||
The number of exported functions. | The number of exported functions. |
Revision as of 15:11, 19 February 2008
The number of exported functions.
Contents
Usage
count[exports]=<size(int)> count[exports]>=<size(int)> count[exports]<=<size(int)>
Examples
count[exports]>=5,count[exports]<=13
Description
Verifies the number of exported functions of a Portable Executable format file. In addition to the strict comparison, this one also supports the lesser than or equal and greater than or equal operations.