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 --- binaryninjacore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index df378dc4..4eb6d3f7 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -3525,7 +3525,7 @@ extern "C" BINARYNINJACOREAPI BNArchitecture* BNRelocationGetArchitecture(BNRelocation* reloc); BINARYNINJACOREAPI uint64_t BNRelocationGetTarget(BNRelocation* reloc); BINARYNINJACOREAPI uint64_t BNRelocationGetReloc(BNRelocation* reloc); - + BINARYNINJACOREAPI BNSymbol* BNRelocationGetSymbol(BNRelocation* reloc); // Segment object methods BINARYNINJACOREAPI BNSegment* BNCreateSegment(uint64_t start, uint64_t length, uint64_t dataOffset, uint64_t dataLength, uint32_t flags, bool autoDefined); -- cgit v1.3.1