We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819d091 commit ed90947Copy full SHA for ed90947
__init__.py
@@ -386,11 +386,11 @@ def match_bnil(bv, addr):
386
387
388
PluginCommand.register_for_address(
389
- "BNIL Instruction Graph", "View BNIL Instruction Information", graph_bnil
+ "BNIL\\Instruction Graph", "View BNIL Instruction Information", graph_bnil
390
)
391
392
393
- "BNIL Python Match Generator",
+ "BNIL\\Python Match Generator",
394
"Generate a python function to match the selection instructions",
395
match_bnil,
396
0 commit comments