User forums > Help

[SOLVED] How to debug dll

<< < (2/2)

ollydbg:
You don't need to use "int 3" like asm code, see the attachment below, you can directly set breakpoint in the DLL source.


[attachment deleted by admin]

DanRR:

--- Quote from: ollydbg on July 18, 2009, 05:07:45 pm ---You don't need to use "int 3" like asm code, see the attachment below, you can directly set breakpoint in the DLL source.


--- End quote ---

Hi ollydbg,
I tested your example project, indeed, asm("int3") is not needed when using dynamic dll linking.
Of course, it takes some extra work to link the dll dynamically.
Thanks!

Navigation

[0] Message Index

[*] Previous page

Go to full version