Exists(export)

From SpybotWiki
Revision as of 16:58, 18 February 2008 by CCRDude (talk | contribs) (New page: {{AdvFileParam|exists[export]}} The name of an exported function. ==Usage== exists[export]=<functionname(string)> ===Examples=== exists[export]=DoSomethingBad This would test whether ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The name of an exported function.

Usage

exists[export]=<functionname(string)>

Examples

exists[export]=DoSomethingBad

This would test whether the scanned file has an export named DoSomethingBad.

Description

Looks for an exported function named functionname in the export table of a Portable Executable format file.

See also

Similar parameters

Similar commands