|
ROSE 2.9.0
|
Base class for ByteCode Code.
A Code object stores raw instructions for a Method.
Definition at line 34 of file BinaryAnalysis/ByteCode/Analysis.h.
#include <Rose/BinaryAnalysis/ByteCode/Analysis.h>


Public Types | |
| using | Ptr = Sawyer::SharedPointer< Code > |
| Shared ownership pointer. | |
Public Member Functions | |
| virtual const uint8_t * | bytes () const =0 |
| virtual size_t | size () const =0 |
| virtual Address | offset () const =0 |
Public Member Functions inherited from Sawyer::SharedObject | |
| SharedObject () | |
| Default constructor. | |
| SharedObject (const SharedObject &) | |
| Copy constructor. | |
| virtual | ~SharedObject () |
| Virtual destructor. | |
| SharedObject & | operator= (const SharedObject &) |
| Assignment. | |
Public Member Functions inherited from Sawyer::SharedFromThis< Code > | |
| SharedPointer< Code > | sharedFromThis () |
Create a shared pointer from this. | |
| SharedPointer< const Code > | sharedFromThis () const |
Create a shared pointer from this. | |
Shared ownership pointer.
Definition at line 38 of file BinaryAnalysis/ByteCode/Analysis.h.