| VB Decompiler / VB Decompiler Release Posts / native code |
| Author | Message |
| maheshmartha Member |
Posted: 20 Mar 2009 00:39:42 when i tried to decompile vb 6.0 native code dll using VB Decompiler Pro it decompiled partially but even though i am unable to figure out what are all the methods and sub procedures used in that dll. is there any other way to list out all the functions names and sub procudures in it ?? thnks in adv ! |
| GPcH Admin |
Posted: 20 Mar 2009 22:11:06 Names is not saving in binary files after compilation. If original name is stored to binary file - VB Decompiler show it. For other procedures without names VB Decompiler generate proc_Address_N1_N2 |