Jump to content
Tuts 4 You

Version 0.7 Beta


Recommended Posts

Posted

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?

Posted

Suggestions:

Add Resource (.rsrc) section reconstructor.

From: SetiSoft (Resource Binder)

Add Simple reconstruct PE file

Add Fast resource reconstruction

Add Full resource reconstruction

Add Create binary resource dump file

Add Attach binary resource dump to file

  • 2 months later...
  • 9 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...