Jump to content
Tuts 4 You

Writing Simple Debugger


Fungus

Recommended Posts

Posted

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.

Posted (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 by zako
Posted

Do you need assembler of C++ code or what? :) Would be good to know.

Posted

One of the Iczelion MASM tuts has a simple software BP debugger. Tut 26 I think.

Z

Guest Cyclopz
Posted

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 :)

Posted
http://drizz.t35.com/files/debugger.zip
Posted

Thanks a bunch guys!

  • 1 month later...
Posted

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).

Posted

Hmm, it must be a hard job to make a disassembler.

Don't know though, I'll check those links.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...