diff options
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index a50da42b..9de2ba10 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3752,7 +3752,6 @@ extern "C" BINARYNINJACOREAPI void BNSegmentSetDataOffset(BNSegment* segment, uint64_t dataOffset); BINARYNINJACOREAPI void BNSegmentSetDataLength(BNSegment* segment, uint64_t dataLength); BINARYNINJACOREAPI void BNSegmentSetFlags(BNSegment* segment, uint32_t flags); - BINARYNINJACOREAPI size_t BNSegmentRead(BNSegment* segment, BNBinaryView* view, uint8_t* dest, uint64_t offset, size_t len); // Section object methods BINARYNINJACOREAPI BNSection* BNNewSectionReference(BNSection* section); |
