Skip to content

Commit

Permalink
Add README for iref
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Mar 29, 2021
1 parent 5877128 commit 24072c9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions iref/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
iref
====

This is a commandline version of the cutterref tool.


Installation
------------

```
$ r2pm -ci iref
```

Usage
-----

See this video demo: [https://youtu.be/N5zLJn3xcZc](https://youtu.be/N5zLJn3xcZc)

```
$ r2 /bin/ls
> "$a=!!iref x86-64 `ao~mnemonic[1]`"
> $a
> !iref x86-64 nop
```

0 comments on commit 24072c9

Please sign in to comment.