Home Artists Posts Import Register

Downloads

Content

Normally CE will use CreateRemoteThread or CreateAPC (for those with custom ce builds) to quickly run something in the target process, this plugin adds another way to execute code by redirecting the main thread's execution path and make it go to the specified code.

This is handy when thread creation is blocked but you do have access to the existing threads.  (Tip: the patch scanner can help you out here as well)


How to use: Just go to settings->plugins, click "add new" and navigate to the plugin . Once it's loaded it will overwrite some windows API's CE uses with it's own

-

This can also be used to load DLL's, but I do recommend you use the "Always force load" modules setting for that in CE general settings (Combined with this plugin to call the entry point of the dll and commands like the case of speedhack)