summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 8d34bef3..21dd0b6c 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -2593,8 +2593,8 @@ namespace BinaryNinja
void SetComment(const std::string& comment);
void SetCommentForAddress(uint64_t addr, const std::string& comment);
- void AddUserCodeRef(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr);
- void RemoveUserCodeRef(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr);
+ void AddUserCodeReference(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr);
+ void RemoveUserCodeReference(Architecture* fromArch, uint64_t fromAddr, uint64_t toAddr);
Ref<LowLevelILFunction> GetLowLevelIL() const;
size_t GetLowLevelILForInstruction(Architecture* arch, uint64_t addr);