◆ Segment()
Segment::Segment |
( |
BNSegment * |
seg | ) |
|
◆ GetDataEnd()
uint64_t Segment::GetDataEnd |
( |
| ) |
const |
◆ GetDataLength()
uint64_t Segment::GetDataLength |
( |
| ) |
const |
◆ GetDataOffset()
uint64_t Segment::GetDataOffset |
( |
| ) |
const |
◆ GetEnd()
uint64_t Segment::GetEnd |
( |
| ) |
const |
◆ GetFlags()
uint32_t Segment::GetFlags |
( |
| ) |
const |
◆ GetLength()
uint64_t Segment::GetLength |
( |
| ) |
const |
◆ GetRelocationRanges()
vector< pair< uint64_t, uint64_t > > Segment::GetRelocationRanges |
( |
| ) |
const |
◆ GetRelocationRangesAtAddress()
vector< pair< uint64_t, uint64_t > > Segment::GetRelocationRangesAtAddress |
( |
uint64_t |
addr | ) |
const |
◆ GetRelocationsCount()
uint64_t Segment::GetRelocationsCount |
( |
| ) |
const |
◆ GetRelocationsInRange()
std::vector< Ref< Relocation > > BinaryNinja::Segment::GetRelocationsInRange |
( |
uint64_t |
addr, |
|
|
uint64_t |
size |
|
) |
| const |
◆ GetStart()
uint64_t Segment::GetStart |
( |
| ) |
const |
◆ IsAutoDefined()
bool Segment::IsAutoDefined |
( |
| ) |
const |
◆ SetDataLength()
void Segment::SetDataLength |
( |
uint64_t |
dataLength | ) |
|
◆ SetDataOffset()
void Segment::SetDataOffset |
( |
uint64_t |
dataOffset | ) |
|
◆ SetFlags()
void Segment::SetFlags |
( |
uint32_t |
flags | ) |
|
◆ SetLength()
void Segment::SetLength |
( |
uint64_t |
length | ) |
|
◆ SetStart()
void BinaryNinja::Segment::SetStart |
( |
uint64_t |
newSegmentBase | ) |
|
The documentation for this class was generated from the following files: