Difference between revisions of "Exists(section)"
(added info box) |
(added group) |
||
Line 5: | Line 5: | ||
|VARIANTS = | |VARIANTS = | ||
|PEVERSION = ??? < 1.5.4.5 | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Sections (PE) | ||
}}Checks if section with given name exists. | }}Checks if section with given name exists. | ||
Latest revision as of 08:54, 22 February 2008
exists[section] | |
Variants | exists[section] |
Previously | secexists |
Group | Sections (PE) |
Version | advcheck.dll ??? < 1.5.4.5 |
Checks if section with given name exists.
Contents
Usage
exists[section]=<sectionname(string)>
Examples
exists[section]=.text exists[section]=CODE
Description
Tests whether a section with the specified name exists. Useful with Portable Executable format files only.