![]() |
|
#1
|
|||
|
|||
|
Hi there,
I've been attempting to reverse an algorithm in an application using the excellent WKTVBDE P-Code Debugger, however, some of the p-code calls I'm unable to decipher, having searched on google and come up with only a few bits and pieces, I was hoping that some people on here might have some more information to help me out ? Thanking You..... D.... |
|
#2
|
|||
|
|||
|
Try:
hxxp://vb-decompiler.com/ You will find the codes broken down by Lead. Also, be aware that there are three errors in that very large listing that haven't been corrected yet. I suspect the next question is, "Which three?", but I don't remember off-hand, except to say that they were typos (what WAS I thinking?); I'd have to go review my notes. However, you may only get a terse, semi-cryptic description of the pcode parameters, not a verbose explanation of how a given code actually works in terms of pointers, stack operations, return values, etc. If the section of code you are interested in is not too long, I can try to do it by hand. Or, if you are sure the app is compiled to PCode, send the entire thing to me, and I'll see what I can do. Sarge |
|
#3
|
|||
|
|||
|
Dekompilling target possibly in Semi or VBParser (translate him to the VB)
- and then concentrate in wkt on known instruction or API . Know all instruction in p-code is inhuman execution.(or superhuman) ( 2 Sarge - respect )
Last edited by imagin; 02-10-2005 at 02:00. |
|
#4
|
|||
|
|||
|
"Know all instruction in p-code is inhuman execution."
Considering that all I have been doing for the last 3 or so years is learning PCode instructions, guess that makes me an "inhuman"? Besides, if I had the target, I'd still use RACE; whatever PCodes it misses, I'd do by hand. Sarge |
|
#5
|
|||
|
|||
|
Maybe that just makes you "superhuman."
Regards,
__________________
JMI |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| x86 Code Virtualizer (Code Obfuscator) | Gladiyator | Source Code | 1 | 09-04-2020 16:51 |
| VB6 N-CODE - Stop any servive and Start any APP-Release and Source Code | wilson bibe | General Discussion | 5 | 04-10-2013 00:23 |
| Code to efficiently break on entering code section??? | yaa | General Discussion | 4 | 05-08-2005 05:29 |