diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-10-18 14:26:41 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-10-18 14:26:41 -0400 |
| commit | e01f0e0fe635c0fe703fbdd09d44a5d7da7c4b93 (patch) | |
| tree | 6807635f983a51b1952d4716ae89d9120e50e5e1 /binaryninjaapi.h | |
| parent | 1bbd55ca1ee7fb7ede250c15e4db98d14684b98a (diff) | |
Remove Segment::Read
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 074e7cee..4afc8617 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1142,8 +1142,6 @@ namespace BinaryNinja void SetDataOffset(uint64_t dataOffset); void SetDataLength(uint64_t dataLength); void SetFlags(uint64_t flags); - - size_t Read(BinaryView* view, uint8_t* dest, uint64_t offset, size_t len); }; class Section: public CoreRefCountObject<BNSection, BNNewSectionReference, BNFreeSection> |
