From c6662cbce926c304eef3e4c80429fb66e38ca252 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 11 Jul 2018 20:46:46 -0400 Subject: Add APIs for getting the underlying symbol from a relocation --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 510b392a..d8c3d468 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1394,6 +1394,7 @@ namespace BinaryNinja Architecture* GetArchitecture() const; uint64_t GetTarget() const; uint64_t GetReloc() const; + Ref GetSymbol() const; }; -- cgit v1.3.1