NikDH
January 24th, 2001, 09:46
I'm working in a prog that has vb p-code inside
Its protection consists of disabling some voices of the menu and i wanna enable them
Coz its a vb prog cant read the resources using a resource viewer but i dont think thats a great mess coz i think the menu voices r disabled by some calls to EnableMenuItem()
The problem comes out when i find out the call to that api and i wanna patch it: its inside msvbvm60.dll which interpretates the pcode inside the prog but i dont have to patch dll but the pcode in the prog
How can i find out the location to patch the pcode?
See ya
NikDH
Its protection consists of disabling some voices of the menu and i wanna enable them

Coz its a vb prog cant read the resources using a resource viewer but i dont think thats a great mess coz i think the menu voices r disabled by some calls to EnableMenuItem()
The problem comes out when i find out the call to that api and i wanna patch it: its inside msvbvm60.dll which interpretates the pcode inside the prog but i dont have to patch dll but the pcode in the prog
How can i find out the location to patch the pcode?
See ya
NikDH