Aguila Posted July 12, 2012 Author Posted July 12, 2012 But how can the exe have 2 entrypoints?winmain has 4 parameters and dllmain only 3:int CALLBACK WinMain(__in HINSTANCE hInstance,__in HINSTANCE hPrevInstance,__in LPSTR lpCmdLine,__in int nCmdShow);BOOL WINAPI DllMain(__in HINSTANCE hinstDLL,__in DWORD fdwReason,__in LPVOID lpvReserved);Both are stdcall, this will mess up the stack?
plusv Posted July 12, 2012 Posted July 12, 2012 Suggestions:Add Resource (.rsrc) section reconstructor.From: SetiSoft (Resource Binder)Add Simple reconstruct PE fileAdd Fast resource reconstructionAdd Full resource reconstructionAdd Create binary resource dump fileAdd Attach binary resource dump to file
Aguila Posted September 24, 2012 Author Posted September 24, 2012 new binary Beta 7- fixed bug in the dump engine: more details here http://forum.tuts4yo...en-fixing-dump/- added "suspend process option", look in options dialog: more details here http://waleedassar.b...ing-part-3.html
jdtoo Posted January 10, 2022 Posted January 10, 2022 On 5/24/2012 at 1:08 PM, deepzero said: http://forum.tuts4you.com/topic/27059-r6002-floating-point-library-not-loaded/page__hl__%2Bfloating+%2Bpoint This topic is missing. Would someone please link me to a current url for it or explain the solution to this error message in this context?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now