Log in

View Full Version : break points in dll


Noman
December 13th, 2004, 08:36
I have a Dll which is built in VC++. I have no source code of it.
I want to add some more functioanlities in it for that i have to know its previous functions .
can any body tell me how to set break points using int3 or 0cch instruction from the scratch

Teerayoot
December 13th, 2004, 10:45
hit ctrl+e then type CC on desired location ,then in debugging option make sure int3 exception not pass to victim.

Noman
December 13th, 2004, 22:08
Thanx
Teerayoot ,

I have got another option by using hex editor but it is too much easy then that.

Again Thanx . I will also put some more queries when i will go to advance