exists(export)
exists[export] | |
Variants | exists[export] |
Previously | exportfunc |
Group | Function Exports (PE) |
Version | advcheck.dll ??? < 1.5.4.5 |
The name of an exported function.
Contents
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.