|
Pin
|
Public Member Functions | |
| SymbolAddressRange (std::string sym_name, ADDRINT sym_base, size_t sym_size) | |
| SymbolAddressRange (const SymbolAddressRange &obj) | |
| SymbolAddressRange & | operator= (const SymbolAddressRange &obj) |
| BOOL | operator< (const SymbolAddressRange &range) const |
| BOOL | Contains (const ADDRINT addr) const |
Public Attributes | |
| ADDRINT | base |
| size_t | size |
| std::string | name |
Class that represents an adddress range for a symbol
1.8.17