Skip to content

Fast.exe v1.0.6

Latest

Choose a tag to compare

@countlessbats countlessbats released this 08 Aug 01:06
· 1 commit to main since this release

Fast v1.0.6

Injection hardening + a few quality-of-life fixes.

  • Injector now uses Unicode LoadLibraryW (wide path bytes) instead of LoadLibraryA — handles DLL paths with non-ASCII characters.
  • Least-privilege process handles — opens targets with only the access rights injection needs (PROCESS_CREATE_THREAD/VM_OPERATION/VM_WRITE/QUERY_LIMITED_INFORMATION) instead of PROCESS_ALL_ACCESS, so it plays nicer with anti-cheat and protected processes.
  • Log rotationFast.log rolls over to Fast.log.old at 1 MB instead of growing without bound.
  • Version shown in the window title.

Install: extract the zip and run Fast.exe (needs the .NET 6 desktop runtime; unchanged from prior releases).