Skip to content

Commit

Permalink
Remove src/pics folder
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Aug 8, 2024
1 parent 185a017 commit adedc1a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion r2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ r2png/node_modules:

test:
mkdir -p $(D)/configuration
#$(R2PNG) bins/ls 'e??~color' > $(D)/configuration/e--color.png
#$(R2PNG) bins/ls 'e??~color' > $(D)/config/e--color.png
$(R2PNG) - 'hello world' > a.png
#$(R2PNG) bins/ls 'pd 1 @ 0x00404894' > output.png

Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion src/config/evars.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Below is a list of the most frequently used configuration variables. You can get

The `e??` command to get help on all the evaluable configuration variables of radare2. As long as the output of this command is pretty large you can combine it with the internal grep `~` to filter for what you are looking for:

![e??~color](../pics/e--color.png)
![e??~color](e--color.png)

The Visual mode has an eval browser that is accessible through the `Vbe` command.

Expand Down
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/visual/visual_assembler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ You can use Visual Mode to assemble code pressing the `A` key inside the `V`isua

For example let's replace the `push` by a `jmp`:

![Before](../pics/before.png)
![Before](before.png)

Notice the preview of the disassembly and arrows:

![After](../pics/after.png)
![After](after.png)

In order to patch the file you must open it in read-write mode (`r2 -w`), but if you are inside radare2, you can reopen the file in rw mode with `oo+`.

Expand Down

0 comments on commit adedc1a

Please sign in to comment.