From 4559573522332364873709280012593875935285 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 10 Jun 2025 01:37:39 -0400 Subject: Expose Function::CheckForDebugReport --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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>> GetAllFieldResolutions(); void RequestDebugReport(const std::string& name); + bool CheckForDebugReport(const std::string& name); /*! Get the name for a given label ID -- cgit v1.3.1