|
| Section (BNSection *sec) |
|
| Section (const std::string &name, uint64_t start, uint64_t length, BNSectionSemantics semantics, const std::string &type, uint64_t align, uint64_t entrySize, const std::string &linkedSection, const std::string &infoSection, uint64_t infoData, bool autoDefined) |
|
std::string | GetName () const |
|
std::string | GetType () const |
|
uint64_t | GetStart () const |
|
uint64_t | GetLength () const |
|
uint64_t | GetInfoData () const |
|
uint64_t | GetAlignment () const |
|
uint64_t | GetEntrySize () const |
|
std::string | GetLinkedSection () const |
|
std::string | GetInfoSection () const |
|
BNSectionSemantics | GetSemantics () const |
|
bool | AutoDefined () const |
|
| CoreRefCountObject () |
|
virtual | ~CoreRefCountObject () |
|
BNSection * | GetObject () const |
|
void | AddRef () |
|
void | Release () |
|
void | AddRefForRegistration () |
|
void | ReleaseForRegistration () |
|
◆ Section() [1/2]
Section::Section |
( |
BNSection * |
sec | ) |
|
◆ Section() [2/2]
BinaryNinja::Section::Section |
( |
const std::string & |
name, |
|
|
uint64_t |
start, |
|
|
uint64_t |
length, |
|
|
BNSectionSemantics |
semantics, |
|
|
const std::string & |
type, |
|
|
uint64_t |
align, |
|
|
uint64_t |
entrySize, |
|
|
const std::string & |
linkedSection, |
|
|
const std::string & |
infoSection, |
|
|
uint64_t |
infoData, |
|
|
bool |
autoDefined |
|
) |
| |
◆ AutoDefined()
bool Section::AutoDefined |
( |
| ) |
const |
◆ GetAlignment()
uint64_t Section::GetAlignment |
( |
| ) |
const |
◆ GetEntrySize()
uint64_t Section::GetEntrySize |
( |
| ) |
const |
◆ GetInfoData()
uint64_t Section::GetInfoData |
( |
| ) |
const |
◆ GetInfoSection()
std::string Section::GetInfoSection |
( |
| ) |
const |
◆ GetLength()
uint64_t Section::GetLength |
( |
| ) |
const |
◆ GetLinkedSection()
std::string Section::GetLinkedSection |
( |
| ) |
const |
◆ GetName()
std::string Section::GetName |
( |
| ) |
const |
◆ GetSemantics()
◆ GetStart()
uint64_t Section::GetStart |
( |
| ) |
const |
◆ GetType()
std::string Section::GetType |
( |
| ) |
const |
The documentation for this class was generated from the following files: