Fungus Posted November 21, 2007 Posted November 21, 2007 I would like to code a simple debugger, as I want to start working on making unpackers and some other stuff. I would appreciate any source code or info on how to write a simple debugger. For my first project I would like to code an .exe launcher than patches GetVersion in kernel32. Help would be much appreciated folks. TIA.
zako Posted November 21, 2007 Posted November 21, 2007 (edited) If it's assem source you're looking for, Human's oepfind including source has been posted, you will probably find all you need in there. Edited November 21, 2007 by zako
Ufo-Pu55y Posted November 21, 2007 Posted November 21, 2007 Not sure, if it helps.. yesterday stumbled across this one:http://help.madshi.net/and..http://www.winasm.net/forum/index.php?showtopic=1287
metr0 Posted November 22, 2007 Posted November 22, 2007 Do you need assembler of C++ code or what? Would be good to know.
Ziggy Posted November 22, 2007 Posted November 22, 2007 One of the Iczelion MASM tuts has a simple software BP debugger. Tut 26 I think.Z
Guest Cyclopz Posted November 22, 2007 Posted November 22, 2007 UnPeCompact by Madmicheal/FFF with src __http://rapidshare.com/files/71440941/UnPecompact2_1.5.rar.html It will surely help u if u are coding it in C
4e4en Posted December 31, 2007 Posted December 31, 2007 In russian journal ][akep, some time ago, were wrote, how to write simple debugger in delphi or C/C++ (i don't remember, in which language it were).
kaksii Posted January 2, 2008 Posted January 2, 2008 Hmm, it must be a hard job to make a disassembler.Don't know though, I'll check those links.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now