File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,9 @@ to see if OpenAI can assist with that. Right click on an instruction where a
89
89
variable is initialized and select ` OpenAI > Rename Variable (HLIL) ` . Watch the
90
90
magic happen. Here's a quick before-and-after.
91
91
92
- ![ Before renaming] ( resources/rename-before.png )
92
+ ![ Before renaming] ( https://github.com/WhatTheFuzz/binaryninja-openai/blob/main/ resources/rename-before.png?raw=true )
93
93
94
- ![ After renaming] ( resources/rename-after.png )
94
+ ![ After renaming] ( https://github.com/WhatTheFuzz/binaryninja-openai/blob/main/ resources/rename-after.png?raw=true )
95
95
96
96
Renaming variables only works on HLIL instructions that are initializations (ie.
97
97
` HighLevelILVarInit ` ). You might also want this to support assignments
You can’t perform that action at this time.
0 commit comments