Exists(section): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
(added group)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:exists(section)}}{{AdvFileParam|exists[section]}}
{{AdvParamInfo
Checks if section with given name exists.
|SYNTAX = exists[section]
|TITLESYNTAX = exists(section)
|PREVIOUS = secexists
|VARIANTS =
|PEVERSION = ??? < 1.5.4.5
|GROUP = Sections (PE)
}}Checks if section with given name exists.


==Usage==
==Usage==

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.

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