I use injectdll for development purpose, like IAT manipulating.
Sometimes I want to be notified on-enter-process-entrypoint.
// hmm what should I say additionally...?
dev: notifying on-enter-process funcptr
I'm not sure I understand your question. Your DllMain function is called when your DLL is loaded into the process, during start-up. Optionally, your InjectDllMain function can also be called.
http://www.sandboxie.com/index.php?InjectDll
Note that in version 3.45, your DllMain/InjectDllMain will be called before the first static import DLL is even loaded. And you can install callbacks for DLL loading/unloading. Perhaps this already make things better for you? You can read some more about this here:
http://www.sandboxie.com/phpbb/viewtopic.php?t=7513
http://www.sandboxie.com/index.php?InjectDll
Note that in version 3.45, your DllMain/InjectDllMain will be called before the first static import DLL is even loaded. And you can install callbacks for DLL loading/unloading. Perhaps this already make things better for you? You can read some more about this here:
http://www.sandboxie.com/phpbb/viewtopic.php?t=7513
tzuk
Who is online
Users browsing this forum: No registered users and 1 guest