summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorgalenbwill <galenbwill@users.noreply.github.com>2022-08-27 12:04:25 -0400
committergalenbwill <galenbwill@users.noreply.github.com>2022-08-29 09:40:38 -0400
commit119288376884595ff6f8fabaf1ca0e417b3cf042 (patch)
tree64ef91df001b570ea5cb3702503a08a7c57cb870 /binaryninjaapi.h
parent22c0d1f1f85d9438ece720761060c1011c24b388 (diff)
Remove `Segment::SetStart` which is not backed by C API
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index f18cd5d9..92f8f81e 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -2326,7 +2326,6 @@ namespace BinaryNinja {
std::vector<Ref<Relocation>> GetRelocationsInRange(uint64_t addr, uint64_t size) const;
uint64_t GetRelocationsCount() const;
- void SetStart(uint64_t newSegmentBase);
void SetLength(uint64_t length);
void SetDataOffset(uint64_t dataOffset);
void SetDataLength(uint64_t dataLength);