Skip to content

Commit ed4effd

Browse files
committed
Make BinaryView::NotifyDataWritten/NotifyDataInserted/NotifyDataRemoved public so that it can be called from the debugger
1 parent aff1ae1 commit ed4effd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

binaryninjaapi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4539,6 +4539,8 @@ namespace BinaryNinja {
45394539
virtual bool PerformSave(FileAccessor* file);
45404540
void PerformDefineRelocation(Architecture* arch, BNRelocationInfo& info, uint64_t target, uint64_t reloc);
45414541
void PerformDefineRelocation(Architecture* arch, BNRelocationInfo& info, Ref<Symbol> sym, uint64_t reloc);
4542+
4543+
public:
45424544
void NotifyDataWritten(uint64_t offset, size_t len);
45434545
void NotifyDataInserted(uint64_t offset, size_t len);
45444546
void NotifyDataRemoved(uint64_t offset, uint64_t len);

0 commit comments

Comments
 (0)