diff options
| author | Glenn Smith <glenn@vector35.com> | 2025-06-10 01:37:39 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2025-06-11 17:37:30 -0400 |
| commit | 4559573522332364873709280012593875935285 (patch) | |
| tree | 145dcf6b2c070554ac1c377f94bcc4f860f8e900 /binaryninjacore.h | |
| parent | 4677622997632557385187477331110706520731 (diff) | |
Expose Function::CheckForDebugReport
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 88e30c38..99e10969 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -5505,6 +5505,7 @@ extern "C" const BNArchitectureAndAddress* defSite); BINARYNINJACOREAPI void BNRequestFunctionDebugReport(BNFunction* func, const char* name); + BINARYNINJACOREAPI bool BNFunctionCheckForDebugReport(BNFunction* func, const char* name); BINARYNINJACOREAPI BNILReferenceSource* BNGetMediumLevelILVariableReferences( BNFunction* func, BNVariable* var, size_t* count); |
