From e0502e4dc023e29aedf9546b4711c2c7d7a98663 Mon Sep 17 00:00:00 2001 From: Xiang Long Date: Wed, 29 Dec 2021 13:41:57 +0800 Subject: [PATCH] Add dummy arg parameter for funcprofiler plugin_t.run() --- plugins/funcprofiler/funcprofiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/funcprofiler/funcprofiler.py b/plugins/funcprofiler/funcprofiler.py index a6609f4..c134543 100755 --- a/plugins/funcprofiler/funcprofiler.py +++ b/plugins/funcprofiler/funcprofiler.py @@ -350,7 +350,7 @@ def term(self): idaapi.del_menu_item(context) return None - def run(self): + def run(self, arg): pass