Log in

View Full Version : Fatal errors


KARL
February 7th, 2001, 02:59
I read your article about how to get red of the neg on the Image.exe demo program with Win32Dasm used as a debugger. I must say that it is indeed interesting.

However, I have a question for anyone. I really appreciate it if anyone could offer advise, please. Is it possible to get red of Fatal Errors(Exception Errors) of a problem program that I have?

The program is in C++. I ran Win32Dasm debugger on it, and the Fatal Errors would occure at some instruction like cmp eax, 000000C0 in a .dll file of the program. There are a few errors on other dll file also like in system.dll and kernel32.dll and also on some test ecx,eax statement. Could I reverse the errors with Win32Dasm v 8.9 and Hexworks?

How do I go about reversing the AI of the program? Could you offer some suggestions on this please.


Sincerely,


Karl

newcomer
February 9th, 2001, 10:57
Quote:

There are a few errors in system.dll and kernel32.dll.


LOL !!! 8)

KARL
February 22nd, 2001, 03:40
Quote:
newcomer (02-08-2001 23:57):
Quote:

There are a few errors in system.dll and kernel32.dll.


LOL !!! 8)


How to fix it?

Karl