Ghidra Decompiler Analysis Engine
|
A single property to be searched for in the output of a function decompilation. More...
#include <testfunction.hh>
Public Member Functions | |
void | startTest (void) const |
Reset "state", counting number of matching lines. | |
void | processLine (const string &line) const |
Search thru line, update state if match found. | |
bool | endTest (void) const |
Return results of property search. | |
void | restoreXml (const Element *el) |
Reconstruct the property from an XML tag. | |
A single property to be searched for in the output of a function decompilation.
This is generally a regular expression run over the characters in the decompiled "source" form of the function. The property may "match" more than once or not at all.