forked from kyx0r/FA-Binary-Patches
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
KionX
committed
Dec 15, 2022
1 parent
9c9dda3
commit fd41dce
Showing
2 changed files
with
16 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
asm( | ||
".section h0; .set h0,0x957E35;" | ||
"PUSH 0x3FF000;" | ||
|
||
".section h1; .set h1,0x915A92;" | ||
"ADD EAX,EAX;" | ||
"JGE .+0x73;" | ||
"MOV EAX,DWORD PTR DS:[ESI+0x2C];" | ||
"ADD EAX,0x10000000;" | ||
"JMP .+0x69;" | ||
|
||
".section h2; .set h2,0x915B05;" | ||
"JMP .-0x73;" | ||
); |