Difference between revisions of "Exists(export)"
(New page: {{AdvFileParam|exists[export]}} The name of an exported function. ==Usage== exists[export]=<functionname(string)> ===Examples=== exists[export]=DoSomethingBad This would test whether ...) |
(added group) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | The name of an exported function. | + | |SYNTAX = exists[export] |
+ | |TITLESYNTAX = exists(export) | ||
+ | |PREVIOUS = exportfunc | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Function Exports (PE) | ||
+ | }}The name of an exported function. | ||
==Usage== | ==Usage== |
Latest revision as of 08:44, 22 February 2008
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.