summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-07-11 20:46:46 -0400
committerPeter LaFosse <peter@vector35.com>2018-07-11 20:46:46 -0400
commitc6662cbce926c304eef3e4c80429fb66e38ca252 (patch)
tree5abd9f9c20aebe125fd432a90db13b6afa5383c1 /binaryninjaapi.h
parentb35c7de12f675237655565e26a25c290e04e7dab (diff)
Add APIs for getting the underlying symbol from a relocation
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
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<Symbol> GetSymbol() const;
};