From 52363cfce06f1d571f101374c93bfc9ca0781819 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 12 May 2021 14:47:30 -0400 Subject: adding list of current debug reports to request_debug_report documentation --- python/function.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'python/function.py') diff --git a/python/function.py b/python/function.py index c6c8e205..cb8a869c 100644 --- a/python/function.py +++ b/python/function.py @@ -3277,6 +3277,17 @@ class Function(object): self.clear_user_var_value(var, def_site.addr) def request_debug_report(self, name): + """ + ``request_debug_report`` can generate interanl debug reports for a variety of analysis. + Current list of possible values include: + + - mlil_translator + - stack_adjust_graph + - high_level_il + + :param str name: Name of the debug report + :rtype: None + """ core.BNRequestFunctionDebugReport(self.handle, name) self.view.update_analysis() -- cgit v1.3.1