You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for injection of 32-processes, specifically Remote Utilities client (aka the "Agent" or "Host"). The 32-bit injector will not attempt to inject into 64-bit SC client and the 64-bit injector will not attempt to inject into 32-bit RU client. Note that this tool does not unhide the Remote Utilities black screen.
Added a build script to make it easier to build and collect the binaries for both x86 and x64.
Added a build.rs for embedding a manifest to the injector to automatically request elevation. Removed a couple minor testing artifacts and reorganized use statements a bit.
Added a debug build which prints a little information to the console. Release builds will never spawn a console, but debug builds will, so it is not recommended to use debug builds during real scambaits. Proper logging coming soon™.