Page 1 of 1
32/64-Bit Disassembler in PB
Posted: Sun May 03, 2009 1:24 pm
by Helle
Hello,
here is the download:
http://www.mdcc-fun.de/k.helbing/Dis-Assembler/.
The source-comments are in German (sorry). It works with Exe- and DLL-Files under Win32 (also with 64-Bit-Files) and Win64 (also with 32-Bit-Files).
It´s under construction (optimization, find errors).
Have fun!
Helle
Edit Jun 23, 2009: New URL
Posted: Tue May 19, 2009 4:42 am
by idle
That's really good, could learn quite a lot form this.
Posted: Tue May 19, 2009 10:03 am
by ts-soft

thx
I have test it on vista 64 with PB x86 and this does not work
Only with PB x64 it works, can you changes this?
greetings
Thomas
Posted: Wed May 20, 2009 6:39 am
by Helle
Thanks! For 64-Bit-OS/PB-x86 (Arghhh

!) try V.0.20. But: The solution is dirty and only tested with Server 2003. Vista?
Gruss
Helle
Posted: Wed May 20, 2009 10:37 am
by DarkDragon
Cool, works fine here (Windows XP Home SP3 German, 32 Bit), but the source could be splitted into a few files, couldn't it?

Posted: Sat May 30, 2009 6:53 pm
by Kurzer
Hello Helle,
Today I compiled your disassembler sourcecode and after running I saw this:

WTF?
This is an icon of one of my own programs. But there is no other sourcecode open in the IDE than yours. Also I stored your sourcecode in another path - 3 levels away from my own source.
I searched your sourceode for an inline icon, but didn't found.
Is this a PB bug or a windows bug?
Posted: Sat May 30, 2009 7:03 pm
by ts-soft
> Is this a PB bug or a windows bug?
This is a caching problem by windows!
Posted: Sat May 30, 2009 7:48 pm
by Helle
I have non icon(s) in this code. I think, ts-soft is right.
Gruss
Helle
Posted: Sat May 30, 2009 10:48 pm
by Kurzer
Oh okay, thanks for clarification. I never saw this bug till now. oO
Posted: Wed Jul 29, 2009 10:41 pm
by SFSxOI
how come when the debugger type window closes the whole app closes?
BTW, good job, very nice.

Posted: Fri Jul 31, 2009 9:21 am
by Helle
Thanks

, but what did you mean?
Gruss
Helle
Posted: Mon Aug 31, 2009 5:25 pm
by SFSxOI
Helle;
I mean, when the seperate debugger window closes the whole app quits working. Maybe i'm thinking about it wrong. I sort of expected to be able to start another disassembly session but instead I have to restart the app.