-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major update!
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |