From c85a0a26c12fcef22ee0df37a54716d139c589cf Mon Sep 17 00:00:00 2001 From: Xusheng Date: Fri, 5 Jul 2024 13:15:48 +0800 Subject: Expose Function::UsesIncomingGlobalPointer through the API. Fix https://github.com/Vector35/binaryninja-api/issues/5686 --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index c37a1a3d..0a1fab7c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -10793,6 +10793,7 @@ namespace BinaryNinja { std::vector GetTypeTokens(DisassemblySettings* settings = nullptr); Confidence GetGlobalPointerValue() const; + bool UsesIncomingGlobalPointer() const; Confidence GetRegisterValueAtExit(uint32_t reg) const; /*! Whether the function is too large to automatically perform analysis -- cgit v1.3.1