exists(section)

From SpybotWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
exists[section]
Variants exists[section]
Previously secexists
Group Sections (PE)
Version advcheck.dll ??? < 1.5.4.5

Checks if section with given name exists.

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.

See also

Similar parameters

Similar commands