From f1166563f54d28a745eb781dfe27c13a099bb7d9 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 20 Jan 2021 10:53:04 -0500 Subject: Add get_lifted_ils_at API. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 28c5fed3..337a226f 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3063,6 +3063,7 @@ __attribute__ ((format (printf, 1, 2))) Ref GetLiftedIL() const; Ref GetLiftedILIfAvailable() const; size_t GetLiftedILForInstruction(Architecture* arch, uint64_t addr); + std::set GetLiftedILInstructionsForAddress(Architecture* arch, uint64_t addr); std::set GetLiftedILFlagUsesForDefinition(size_t i, uint32_t flag); std::set GetLiftedILFlagDefinitionsForUse(size_t i, uint32_t flag); std::set GetFlagsReadByLiftedILInstruction(size_t i); -- cgit v1.3.1