Count(exports): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(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...)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{AdvFileParam|count[exports]}}
{{AdvParamInfo
The number of exported functions.
|SYNTAX = count[exports]
|TITLESYNTAX = count(exports)
|PREVIOUS = exportcount
|VARIANTS = count[exports]><br />count[exports]<
|PEVERSION = ??? < 1.5.4.5
|GROUP = Function Exports (PE)
}}The number of exported functions.


==Usage==
==Usage==

Latest revision as of 08:43, 22 February 2008

count[exports]
Variants count[exports]
count[exports]>
count[exports]<
Previously exportcount
Group Function Exports (PE)
Version advcheck.dll ??? < 1.5.4.5

The number of exported functions.

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.

See also

Similar parameters

Similar commands