binaryview.cpp File Reference

Classes

struct  ProgressCallback
 
struct  FindProgressCallbackContext
 
struct  MatchCallbackContextForDataBuffer
 
struct  MatchCallbackContextForText
 
struct  MatchCallbackContextForConstant
 

Class Documentation

◆ ProgressCallback

struct ProgressCallback
Class Members
function< bool(size_t, size_t)> func

◆ FindProgressCallbackContext

struct FindProgressCallbackContext
Class Members
function< bool(size_t, size_t)> func

◆ MatchCallbackContextForDataBuffer

struct MatchCallbackContextForDataBuffer
Class Members
function< bool(uint64_t, const DataBuffer &)> func

◆ MatchCallbackContextForText

struct MatchCallbackContextForText
Class Members
function< bool(uint64_t, const string &, const LinearDisassemblyLine &)> func

◆ MatchCallbackContextForConstant

struct MatchCallbackContextForConstant
Class Members
function< bool(uint64_t, const LinearDisassemblyLine &)> func