View Single Post
Cpp Cpp's Avatar

JCF Member

Joined: Mar 2001

Posts: 1,557

Cpp is doing well so far

Aug 19, 2007, 07:34 AM
Cpp is offline
Reply With Quote
Quote:
Originally Posted by KolakCC View Post
WIN: Jazz Jackrabbit 2 has caused an access violation at address 0046D033h by attempting to "read" from address 00000000h from jazz2.log
Hmm, I don't have the function at 0046DBB0 (TSF: 0046D000) commented. It must be something I haven't come across yet. The error seems to happen in this particular line:

0046D033 MOV CX,WORD PTR DS:[EDX+EAX*2]

This is a read instruction, which confirms my suspicion that AV is caused by a bad pointer. As stated in your error message, EDX+EAX*2 must be resulting in a 0. The question is what causes it, but I fear I cannot answer that just yet. I'll see if I can find something interesting.
__________________
<a href="http://nmap.org/"><img border="0" alt="Nmap Security Scanner" src="http://images.insecure.org/nmap/images/prop/nmap_bnr_matrix_pfos.gif"/></a>