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
8989variable is initialized and select ` OpenAI > Rename Variable (HLIL) ` . Watch the
9090magic happen. Here's a quick before-and-after.
9191
92- ![ Before renaming] ( resources/rename-before.png )
92+ ![ Before renaming] ( https://github.com/WhatTheFuzz/binaryninja-openai/blob/main/ resources/rename-before.png?raw=true )
9393
94- ![ After renaming] ( resources/rename-after.png )
94+ ![ After renaming] ( https://github.com/WhatTheFuzz/binaryninja-openai/blob/main/ resources/rename-after.png?raw=true )
9595
9696Renaming variables only works on HLIL instructions that are initializations (ie.
9797` HighLevelILVarInit ` ). You might also want this to support assignments
You can’t perform that action at this time.
0 commit comments