-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-add keystone-engine, it's still needed :(
- Loading branch information
Showing
4 changed files
with
28 additions
and
8 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
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,6 +1,20 @@ | ||
{ | ||
"('add.w r2,r1,#0x10',){}": [1, 241, 16, 2], | ||
"('add.w r7,r0,#0x10',){}": [0, 241, 16, 7], | ||
"('b 0x1c',){}": [12, 224], | ||
"('b.w #0x801b504', 134280240){}": [12, 240, 104, 184], | ||
"('ite ne; movne.w r4, #0xd2000; moveq.w r4, #0xd1000',){}": [20, 191, 79, 244, 82, 36, 79, 244, 81, 36], | ||
"('mov r0,r5',){}": [40, 70], | ||
"('mov r0,r7',){}": [56, 70], | ||
"('mov r1,r6',){}": [49, 70], | ||
"('mov r2,r7',){}": [58, 70], | ||
"('mov r5,r1',){}": [13, 70], | ||
"('mov r1,r2',){}": [17, 70], | ||
"('mov r7,r0',){}": [7, 70], | ||
"('mov.w r1, #0x00000',){}": [79, 240, 0, 1], | ||
"('mov.w r2, #45056',){}": [79, 244, 48, 66], | ||
"('mov.w r3, #45056',){}": [79, 244, 48, 67] | ||
"('mov.w r3, #45056',){}": [79, 244, 48, 67], | ||
"('sub sp,#0x10',){}": [132, 176], | ||
"('sub.w r1,r8,#0x10',){}": [168, 241, 16, 1], | ||
"('sub.w r6,r2,#0x10',){}": [162, 241, 16, 6] | ||
} |
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
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ colorama | |
numpy | ||
pycryptodome | ||
pyelftools | ||
keystone-engine |