Skip to content

v0.3.0

Choose a tag to compare

@RobotsOnDrugs RobotsOnDrugs released this 11 Nov 04:03
· 47 commits to main since this release
  • 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™.