Difference between revisions of "Count(exports)"
m (added info box) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | + | |SYNTAX = count[exports] | |
− | The number of exported functions. | + | |TITLESYNTAX = count(exports) |
+ | |PREVIOUS = exportcount | ||
+ | |VARIANTS = count[exports]><br />count[exports]< | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | }}The number of exported functions. | ||
==Usage== | ==Usage== |
Revision as of 18:58, 21 February 2008
count[exports] | |
Variants | count[exports] count[exports]> count[exports]< |
Previously | exportcount |
Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
Version | advcheck.dll ??? < 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] 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.