Fast v1.0.6
Injection hardening + a few quality-of-life fixes.
- Injector now uses Unicode
LoadLibraryW(wide path bytes) instead ofLoadLibraryA— 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 ofPROCESS_ALL_ACCESS, so it plays nicer with anti-cheat and protected processes. - Log rotation —
Fast.logrolls over toFast.log.oldat 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).