ROSE
0.9.6a
|
Base class for byte scanning callbacks. More...
#include <Partitioner.h>
Classes | |
struct | Args |
Arguments for the callback. More... | |
Public Member Functions | |
virtual | ~ByteRangeCallback () |
virtual bool | operator() (bool enabled, const Args &args)=0 |
The actual callback function. More... | |
Base class for byte scanning callbacks.
Definition at line 1056 of file Partitioner.h.
|
inlinevirtual |
Definition at line 1068 of file Partitioner.h.
|
pure virtual |
The actual callback function.
This needs to be defined in subclasses.
Implemented in Partitioner::FindInterPadFunctions, Partitioner::FindThunkTables, Partitioner::FindFunctionFragments, Partitioner::FindData, and Partitioner::FindDataPadding.