Skip to content

Commit d39de0a

Browse files
committed
Modify README images to support PluginManager.
Links need to be URLs, not paths, to show up right in the Binja Plugin Manager.
1 parent 6d21991 commit d39de0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ to see if OpenAI can assist with that. Right click on an instruction where a
8989
variable is initialized and select `OpenAI > Rename Variable (HLIL)`. Watch the
9090
magic 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

9696
Renaming variables only works on HLIL instructions that are initializations (ie.
9797
`HighLevelILVarInit`). You might also want this to support assignments

0 commit comments

Comments
 (0)