Skip to content

Commit 9526f08

Browse files
author
tosh
committed
Update README
1 parent 6639803 commit 9526f08

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tool for finding gadgets in binaries.
88

99
```
1010
Usage : ./ropc [OPTIONS] filename
11-
Tool for searching Gadgets in ELF binaries
11+
Tool for searching Gadgets in ELF and PE binaries
1212
1313
MODES
1414
-G, --gadget Gadget searching mode
@@ -28,6 +28,9 @@ Output options
2828
-n, --no-color No colors
2929
-f, --flavor Specify the flavor (gadget mode only) : intel or att
3030
31+
Arch options
32+
-c, --cpu Specify the architecture (raw mode) : x86 or x86_64
33+
3134
General options
3235
-r, --raw Open file in raw mode
3336
-h, --help Print help
@@ -40,8 +43,8 @@ General options
4043
* Colored output
4144
* Intel and AT&T flavor
4245
* Support of ELF and PE binary format
43-
* Support of I386 and IA64 architecture
44-
* ...
46+
* Support of big and little endian
47+
* Support of x86 and x86_64 architecture
4548

4649

4750
### EXAMPLES
@@ -74,7 +77,15 @@ Search in RAW file (not supported format)
7477

7578
* ropc ./program -r
7679

80+
### SCREENSHOTS
81+
![ScreenShot](http://imageshack.com/a/img849/3325/fbed.png)
82+
![ScreenShot](http://imageshack.com/a/img844/3548/owzz.png)
83+
![ScreenShot](http://imageshack.com/a/img593/9008/lojs.png)
84+
![ScreenShot](http://imageshack.com/a/img829/4324/5vzm.png)
85+
86+
7787
### AUTHOR
7888
Tosh
7989

80-
duretsimon73 -at- gmail ~dot~ com
90+
duretsimon73 -at- gmail ~dot~ com
91+

0 commit comments

Comments
 (0)