-
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.
- Loading branch information
1 parent
4a53f13
commit 3ea18c5
Showing
11 changed files
with
853 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ESP: 0019ff28 ( 1703720) -> 2@@PP,@L@8@@tP,@Ll)CuP,CuuCwP,MP,@aDwquCwJsEw;Dw@P,Actx 2 (stack) | ||
|
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,2 @@ | ||
EIP = 00d832c5 | ||
hash = 84260117870d0ce63849b995a0992a9e |
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,38 @@ | ||
0x00d832c5 xchg [eax],eax from thread 16800 caused access violation | ||
when attempting to write to 0x00000000 | ||
|
||
CONTEXT DUMP | ||
EIP: 00d832c5 xchg [eax],eax | ||
EAX: 00000000 ( 0) -> N/A | ||
EBX: 002c5000 ( 2904064) -> @]Owx(@[Owpv0]OwP(pm @HOw3OwaJ? (heap) | ||
ECX: c44cb0bc (3293360316) -> N/A | ||
EDX: 00401000 ( 4198400) -> N/A | ||
EDI: 00401000 ( 4198400) -> N/A | ||
ESI: 00401000 ( 4198400) -> N/A | ||
EBP: 00d80ef4 ( 14159604) -> N/A | ||
ESP: 0019ff28 ( 1703720) -> 2@@PP,@L@8@@tP,@Ll)CuP,CuuCwP,MP,@aDwquCwJsEw;Dw@P,Actx 2 (stack) | ||
+00: 0019ffcc ( 1703884) -> DwquCwJsEw;Dw@P,Actx 2 4|N&DTq24J6[IY-22B,0_P8\^VD( (stack) | ||
+04: 00d832d3 ( 14168787) -> N/A | ||
+08: 00401000 ( 4198400) -> N/A | ||
+0c: 00401000 ( 4198400) -> N/A | ||
+10: 00d80ef4 ( 14159604) -> N/A | ||
+14: 0019ff50 ( 1703760) -> 8@@tP,@Ll)CuP,CuuCwP,MP,@aDwquCwJsEw;Dw@P,Actx 2 4| (stack) | ||
|
||
disasm around: | ||
0x00d832ae push eax | ||
0x00d832af push dword fs:[0x0] | ||
0x00d832b6 mov [ebp+0x4792],esp | ||
0x00d832bc mov fs:[0x0],esp | ||
0x00d832c3 xor eax,eax | ||
0x00d832c5 xchg [eax],eax | ||
0x00d832c7 pop dword fs:[0x0] | ||
0x00d832ce add esp,0x4 | ||
0x00d832d1 popa | ||
0x00d832d2 ret | ||
0x00d832d3 push ebp | ||
|
||
SEH unwind: | ||
0019ffcc -> 00d832d3: push ebp | ||
0019ffe4 -> 77449990: mov edi,edi | ||
ffffffff -> 7745734a: nop | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,8 +1,8 @@ | ||
<RCC> | ||
<qresource prefix="img"> | ||
<file>img/main-icon.png</file> | ||
<file>img/sub-background.png</file> | ||
<file>img/main_img.png</file> | ||
<file>img/main-background.png</file> | ||
</qresource> | ||
<qresource prefix="newPrefix"/> | ||
</RCC> |
Binary file not shown.