summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorrollsafe <rollsafe@users.noreply.github.com>2019-06-06 20:12:59 -0400
committerrollsafe <rollsafe@users.noreply.github.com>2019-06-06 20:12:59 -0400
commit95a4b66fd724cd0a4174ad2ecd8608a8f918aad5 (patch)
tree7c1cdab71c68d523d5cfb4b8c66884d49fb813e1 /binaryninjaapi.h
parentd15cca8c264cd442bbe1427844dc0d76d19d17df (diff)
Rename Function::AddUserCodeReference and Function::RemoveUserCodeReference
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);