From a6b801afadada75afd2b1779edee8d203f3b3140 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 29 Aug 2018 13:53:05 -0400 Subject: Change GetReloc to GetAddress --- binaryninjaapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index b6d41825..5164f77d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1369,7 +1369,7 @@ namespace BinaryNinja BNRelocationInfo GetInfo() const; Architecture* GetArchitecture() const; uint64_t GetTarget() const; - uint64_t GetReloc() const; + uint64_t GetAddress() const; Ref GetSymbol() const; }; -- cgit v1.3.1