![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#1
|
|||
|
|||
![]() I have a program in visual basic 6.
I view a p-code with Vb decompiler but i not make a changes. How can i see a p-code in IDA, make a changes and then recompile? thanks |
#2
|
|||
|
|||
![]() Please someone give tut to reverse this type of application.
![]() |
#3
|
|||
|
|||
![]() try WKTVBDE,
|
#4
|
|||
|
|||
![]() thanks.. but i m not getting how to use it.. if have video tut please share here.
|
#5
|
|||
|
|||
![]() No video tutorial, this tut should give you a good start.
http://sandsprite.com/CodeStuff/debug_p_code.html Good luck. |
#6
|
|||
|
|||
![]() Thank You so much brother... Thanks alot.
![]() ![]() |
#7
|
|||
|
|||
![]() You are welcome brother.
|
#8
|
|||
|
|||
![]() but the problem is, in my application wen i press F5 no form will display, but if i debug it in olly then it will display expired screen, any solution???????
![]() |
#9
|
|||
|
|||
![]() yes, the problem will occur at that time,
to remove this problem: 1. you need to load all forms in the project 2. you need to set the startup routine (project file), set the initial form to load ur project.
__________________
Regards: MarKiv :) |
#10
|
|||
|
|||
![]() Sorry,
I am new to this tool , how to set startup routine.. will you elaborate the procedure please.. thanks Resac |