Skip to content

Commit

Permalink
tools/rz-asm: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Apr 9, 2024
1 parent eb188ac commit f551a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/rz-asm/disassemble.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Disassembler

Disassembling is the inverse action of assembling. Rasm2 takes hexpair as an input (but can also take a file in binary form) and show the human readable form.
Disassembling is the inverse action of assembling. Rz-asm takes hexpair as an input (but can also take a file in binary form) and show the human readable form.

To do this we can use the `-d` option of rz-asm like this:

Expand All @@ -9,7 +9,7 @@ $ rz-asm -a x86 -b 32 -d '90'
nop
```

Rasm2 also have the `-D` flag to show the disassembly like `-d` does, but includes offset and bytes.
Rz-asm also has the `-D` flag to show the disassembly like `-d` does, but includes offset and bytes.

In rizin there are many commands to perform a disassembly from a specific place in memory.

Expand Down

0 comments on commit f551a86

Please sign in to comment.