Beyond2000!
January 29th, 2001, 17:51
You wrote:
Quote:
loner (01-20-2001 20:05):
tha name of the program is InTouch from wonderware..
the file is
intspt.dll
i am providing it at this location if anyone is interested in taking a look
http://www.cyberflat.net/intspt.zip
any inout is highly appreciated
thanx |
Ok... I've got this error sometime ago. W32dasm doesn't load somekind of files, due to a bug (it's not only a antidebug trick). This bug is due to a lack of memory on the reading process.
I fixed sometime ago, and now, you can load any file without errors.
Otherthing, i changed w32dasm enabling breakpoints on forbiddens dlls, like kernell32, for example.
Now you can breakpoint directly on the dll loaded (any of them), and w32dasm will break, similar like softice do.
But, if you break on kernel32.dll, user.dll etc...w32dasm may crash due to this files are being used on windows. It does not crash every time.
It can be solved, but i still need much more memory to process the infos, and i am disassembling w32dasm in order to compile it under masm615.
If i could be able to completelly decode all data on w32dasm, the possibilities are endless, specially because i intend to put a resource editor under w32dasm and other features.
If you want the bug fix for w32dasm, let me know, and i'll send to you the patch or the tutorial on how to fix it.
Best regards,
Beyond2000!