Skip to content

Commit

Permalink
Adding links to the top level README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffball55 committed Mar 15, 2016
1 parent 272c5fb commit 0473b32
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
@@ -1,9 +1,7 @@
This repository contains my attempts at making a useful, open source, multi-architecture ROP compiler.
To that end, there are two versions:

1. A python-based ROP compiler built on pyvex and cle from angr. This one works to some extent. The source for this is in the
pyrop/ directory.
2. A C-based ROP compiler built on GDSL and libbfd. This one is still very much in the concept phase. The source for this is
in the crop/ directory.
1. A python-based ROP compiler built on pyvex and cle from angr. The source for this is in the [pyrop/](https://github.com/jeffball55/rop_compiler/tree/master/pyrop) directory.
2. A C-based ROP compiler built on GDSL and libbfd. This one is still very much in the concept phase. The source for this is in the [crop/](https://github.com/jeffball55/rop_compiler/tree/master/crop) directory.

If you're looking for a working ROP compiler, you want (1). At some point in the future, I may see fit to finish (2).

0 comments on commit 0473b32

Please sign in to comment.