|
发表于 2010-5-6 16:30:48
|
显示全部楼层
22# download
I am here ... so code for get VBHeader I found somewhere on the net sometimes ago:
look at: http://vb-decompiler.com/viewtopic.php?f=2&t=1799
1) I have problem to use it, because when I declare some function from kernel (GetCurrentProces or CopyMemory), then application crash. Crash only for declaration, without using it, this is strange :) I try to use GetMem from msvbvm, but same result, thread crashed. Maybe using TLB for declaration is the way to do it, or an ASM thunk for calling this functions.
2) I found something about CreateIExpServObject .. it is not about IE, it is Expression Server used by JET, it is something like lightweight VB engine, look at http://support.microsoft.com/kb/236281 ... this function is called from expsrv.dll, maybe way for better investigation :)
Cheers,
izero |
|