diff options
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 d0c8a660..ad16ca84 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -11415,6 +11415,7 @@ namespace BinaryNinja { std::map<Variable, std::map<ArchAndAddr, Ref<FieldResolutionInfo>>> GetAllFieldResolutions(); void RequestDebugReport(const std::string& name); + bool CheckForDebugReport(const std::string& name); /*! Get the name for a given label ID |
