Count(sections): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added group) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
|SYNTAX = count[sections] | |||
A check about the number of sections. | |TITLESYNTAX = count(sections) | ||
|PREVIOUS = pesec | |||
|VARIANTS = count[sections]><br />count[sections]< | |||
|PEVERSION = ??? < 1.5.4.5 | |||
|GROUP = Sections (PE) | |||
}}A check about the number of sections. | |||
==Usage== | ==Usage== | ||
Latest revision as of 08:52, 22 February 2008
| count[sections] | |
| Variants | count[sections] count[sections]> count[sections]< |
| Previously | pesec |
| Group | Sections (PE) |
| Version | advcheck.dll ??? < 1.5.4.5 |
A check about the number of sections.
Usage
count[sections]=<count(int)> count[sections]>=<count(int)> count[sections]<=<count(int)>
Examples
Description
Checks the number of sections inside a Portable Executable format file. This test also supports the lesser than or equal and greater than or equal comparisons.