@@ -8,7 +8,7 @@ Tool for finding gadgets in binaries.
8
8
9
9
```
10
10
Usage : ./ropc [OPTIONS] filename
11
- Tool for searching Gadgets in ELF binaries
11
+ Tool for searching Gadgets in ELF and PE binaries
12
12
13
13
MODES
14
14
-G, --gadget Gadget searching mode
@@ -28,6 +28,9 @@ Output options
28
28
-n, --no-color No colors
29
29
-f, --flavor Specify the flavor (gadget mode only) : intel or att
30
30
31
+ Arch options
32
+ -c, --cpu Specify the architecture (raw mode) : x86 or x86_64
33
+
31
34
General options
32
35
-r, --raw Open file in raw mode
33
36
-h, --help Print help
@@ -40,8 +43,8 @@ General options
40
43
* Colored output
41
44
* Intel and AT&T flavor
42
45
* 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
45
48
46
49
47
50
### EXAMPLES
@@ -74,7 +77,15 @@ Search in RAW file (not supported format)
74
77
75
78
* ropc ./program -r
76
79
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
+
77
87
### AUTHOR
78
88
Tosh
79
89
80
- duretsimon73 -at- gmail ~ dot~ com
90
+ duretsimon73 -at- gmail ~ dot~ com
91
+
0 commit comments