We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9526f08 commit e81aea0Copy full SHA for e81aea0
CHANGES
@@ -0,0 +1,17 @@
1
+Ropc v1.1 (2014-03-19)
2
+- Better gadget searching algorithm
3
+- Lot of code refactoring
4
+- AT&T syntax
5
+- Changing the disassemble library (BeaEngine)
6
+- Payload generator
7
+- ELF64 support
8
+- PE32 and PE64 support
9
+- Raw mode, for searching in unknown formats
10
+- Better colored output
11
+- Little and Big endian support
12
+
13
+Ropc v1.0 (2014-02-02)
14
+- Colored output
15
+- ELF32 support
16
+- Search strings
17
+- Search gadgets
Makefile
@@ -1,6 +1,6 @@
.PHONY: clean
-VERSION = 1.1 beta
+VERSION = 1.1
PACKAGE = ropc
CC = gcc
0 commit comments