|
Msvbm60
i got on several targets which use the MSVBM60.dll.
they have the following startup-code.
PUSH ********
CALL DWORD PTR DS:[<&msvbvm60.ThunRTMain>; msvbvm60.ThunRTMain
ADD ESP,4
JMP DWORD PTR SS:[ESP-4]
the complete program is handled by the MSVBM60.dll... now my question is: how to crack a program which uses this dll?
or is there a way to bundle the MSVBM-exe + the MSVBM60.dll to one program?
|