summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-10-18 14:26:41 -0400
committerPeter LaFosse <peter@vector35.com>2018-10-18 14:26:41 -0400
commite01f0e0fe635c0fe703fbdd09d44a5d7da7c4b93 (patch)
tree6807635f983a51b1952d4716ae89d9120e50e5e1 /binaryninjaapi.h
parent1bbd55ca1ee7fb7ede250c15e4db98d14684b98a (diff)
Remove Segment::Read
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
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>