-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
label the dll jump table at 0x008a5b00
- Loading branch information
1 parent
6694a4c
commit ee57591
Showing
4 changed files
with
24 additions
and
21 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
11 changes: 11 additions & 0 deletions
11
src/asm/unprocessed/runblack.reassemble.1342.008a5b00-008a5b0c-dll-jmp-table.asm
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,11 @@ | ||
.intel_syntax noprefix | ||
.balign 0 | ||
|
||
.extern __imp__DirectInputCreateA@4 | ||
.extern __imp__LHWaveGetQMixerDirectSoundObject_LH_AudioSystem__QAEPAXXZ@4 | ||
|
||
.globl _jmp_addr_0x008a5b00 | ||
|
||
_jmp_addr_0x008a5b00: | ||
jmp dword ptr [__imp__DirectInputCreateA@4] // 0x008a5b00 ff2534908a00 | ||
jmp dword ptr [__imp__LHWaveGetQMixerDirectSoundObject_LH_AudioSystem__QAEPAXXZ@4] // 0x008a5b06 ff25c4968a00 |
9 changes: 0 additions & 9 deletions
9
src/asm/unprocessed/runblack.reassemble.1342.008a5b00-008a5f63.asm
This file was deleted.
Oops, something went wrong.
23 changes: 12 additions & 11 deletions
23
src/asm/unprocessed/runblack.reassemble.1344.008a6460-008a6470-dll-jmp-table.asm
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,17 +1,18 @@ | ||
.intel_syntax noprefix | ||
.balign 0 | ||
|
||
.extern rdata_bytes | ||
.extern __imp__GetCurrentProcessId@0 | ||
.extern __imp__GetSystemTimeAsFileTime@4 | ||
|
||
// Unable to set this byte so it's done in post process | ||
// int3 // 0x008a645b cc | ||
int3 // 0x008a645c cc | ||
int3 // 0x008a645d cc | ||
int3 // 0x008a645e cc | ||
int3 // 0x008a645f cc | ||
jmp dword ptr [rdata_bytes + 0x31c] // 0x008a6460 ff251c938a00 | ||
jmp dword ptr [rdata_bytes + 0x26c] // 0x008a6466 ff256c928a00 | ||
int3 // 0x008a646c cc | ||
int3 // 0x008a646d cc | ||
int3 // 0x008a646e cc | ||
int3 // 0x008a646f cc | ||
int3 // 0x008a645c cc | ||
int3 // 0x008a645d cc | ||
int3 // 0x008a645e cc | ||
int3 // 0x008a645f cc | ||
jmp dword ptr [__imp__GetCurrentProcessId@0] // 0x008a6460 ff251c938a00 | ||
jmp dword ptr [__imp__GetSystemTimeAsFileTime@4] // 0x008a6466 ff256c928a00 | ||
int3 // 0x008a646c cc | ||
int3 // 0x008a646d cc | ||
int3 // 0x008a646e cc | ||
int3 // 0x008a646f cc |