![]() |
|
|
|
#1
|
|||
|
|||
|
P-Code & SmartCheck
Hi ,,,
SmartCheck can't work with VB Programs if they compiled as P-Code ... Is their any tricks to solve this problem ?? AND .. Is their any tool that can remove the P-CODE ?? Thanks |
|
#2
|
|||
|
|||
|
P-code is the same for packed code so you have to manually unpack the prog first..
|
|
#3
|
|||
|
|||
|
Dear h8er ,
Thanks for your reply .. Can I ask you to put an example how to unpack it manual ?? Regards |
|
#4
|
|||
|
|||
|
It's not so simple... you have to understand the pe format read some tuts here:
h**p://zor.org/krobar/ |
|
#5
|
|||
|
|||
|
P-code, or pseudo code, is an intermediate step between the high-level instructions in your Basic program and the low-level native code your computer's processor executes. At run time, Visual Basic translates each p-code statement to native code. By compiling directly to native code format, you eliminate the intermediate p-code step.
see: hxxp://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/html/vbconcompilingyourprojecttonativecode.asp Last edited by BorJa; 07-19-2002 at 13:33. |
|
#6
|
|||
|
|||
|
Hi!
If P-code use WKTVBDebugger - Run-time live debugging. - Supports VB5 and VB6 P-Code compiled applications. - Displays a complete list of opcodes and VM API functions, can save the list to a file. - Breakpoints on any p-code instructions. - Breakpoints on any code address (unlimited). - Can put breakpoints on any Virtual Machine API call. - Stack viewer, dumps the stack in two different modes: from EBP to ESP or from ESP to EBP h**p://vacarescu.addr.com/WkT/vbdebug/downloads.htm meRlin |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SmartCheck | henry_y | General Discussion | 4 | 04-21-2004 04:12 |