diff options
| author | Xusheng <xusheng@vector35.com> | 2024-07-05 13:15:48 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2024-07-09 10:24:45 +0800 |
| commit | c85a0a26c12fcef22ee0df37a54716d139c589cf (patch) | |
| tree | 43017bb51600fd87ea5b49bd9ff98096ba1b35e9 /binaryninjaapi.h | |
| parent | 1bab71bba6b2777ebe84313dcf22ec7d4edcd1d7 (diff) | |
Expose Function::UsesIncomingGlobalPointer through the API. Fix https://github.com/Vector35/binaryninja-api/issues/5686
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<DisassemblyTextLine> GetTypeTokens(DisassemblySettings* settings = nullptr); Confidence<RegisterValue> GetGlobalPointerValue() const; + bool UsesIncomingGlobalPointer() const; Confidence<RegisterValue> GetRegisterValueAtExit(uint32_t reg) const; /*! Whether the function is too large to automatically perform analysis |
