Difference between revisions of "Exists(export)"

From SpybotWiki
Jump to: navigation, search
(New page: {{AdvFileParam|exists[export]}} The name of an exported function. ==Usage== exists[export]=<functionname(string)> ===Examples=== exists[export]=DoSomethingBad This would test whether ...)
 
Line 1: Line 1:
{{AdvFileParam|exists[export]}}
+
{{DISPLAYTITLE:exists(export)}}{{AdvFileParam|exists[export]}}
 
The name of an exported function.
 
The name of an exported function.
  

Revision as of 15:15, 19 February 2008


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