Ghidra Decompiler Analysis Engine
Public Member Functions | List of all members
FunctionTestProperty Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: