Skip to content

Commit ed90947

Browse files
etkewithzombies
authored andcommitted
Organize tool menu
1 parent 819d091 commit ed90947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,11 +386,11 @@ def match_bnil(bv, addr):
386386

387387

388388
PluginCommand.register_for_address(
389-
"BNIL Instruction Graph", "View BNIL Instruction Information", graph_bnil
389+
"BNIL\\Instruction Graph", "View BNIL Instruction Information", graph_bnil
390390
)
391391

392392
PluginCommand.register_for_address(
393-
"BNIL Python Match Generator",
393+
"BNIL\\Python Match Generator",
394394
"Generate a python function to match the selection instructions",
395395
match_bnil,
396396
)

0 commit comments

Comments
 (0)