Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
major update!
  • Loading branch information
u68 authored Feb 14, 2024
1 parent 9c3de97 commit 13a20fd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# anyrop-translator v0.02
# anyrop-translator v0.16
translate any rop! so long as it has the gadgets lol!

__this tool is very buggy!__
--see gwetm translator if this one does not work, still in dev stages.

So the usage you say...
you run `main.py <disasembly of 1 calc you want to translate from> <the disas of the calc you want to translate to> <the rop>`
you run `main.py` to open files use the file menu option open disas file is the disas of the calc you want to translate to!

for the rop file, you have to have it in normal syntax.

~~r0 = 1~~

__MOV r0, 1__
__mov r0, 1__

NOTE: currently does not support pop gadget thingy magigy, you can do that yourself for now, have fun!

0 comments on commit 13a20fd

Please sign in to comment.