View Single Post
  #18  
Old 04-30-2004, 20:33
VD76
 
Posts: n/a
You can use IDAPRO to dissasemble a VB Application.
There is no problem if you have a VB file that is compiled in "native-EXE" Form , but if the file is compiled in PCode Format then you must self
tranlsate the code , or you can use the WKT-Debugger.

The best way to use IDAPRO is to find a plugin , if you have a PCoded VB EXE File...


VD
Reply With Quote