Skip to content

Commit e81aea0

Browse files
author
tosh
committed
Adding a CHANGE file, changing the RopC version 1.1 beta --> 1.1
1 parent 9526f08 commit e81aea0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGES

+17
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: clean
22

3-
VERSION = 1.1 beta
3+
VERSION = 1.1
44
PACKAGE = ropc
55

66
CC = gcc

0 commit comments

Comments
 (0)