Log in

View Full Version : ollydbg and vb6


Anonymous
March 17th, 2003, 20:03
hi,

I've been told that cracking vb apps is a simple task... however I tried a few crackme apps and I found it Very hard compare to delphi apps, I use Olly as the main tool.

what is the best way to work with vb6 Pcode exe files using Olly ?
can i bpx on a commandbutton_click ?
should I use SmartCheck ?

p.s
is it possible to set olly to act as softice Ctrl+D ?

thEpOpE
March 18th, 2003, 03:48
For PCode progs you must use a decompiler/debugger for this kind of PseudoCode. WkT! had released a good debugger for PCode progs. http://vbdebug.cjb.net

Read all help about on the website to use the debugger, because the policy of it it's quite different to standard debuggers.

Anonymous
March 18th, 2003, 12:51
many thanks to thEpOpE