diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Symbol> GetSymbol() const; }; |
