Releases: peitaosu/WFRR
Releases · peitaosu/WFRR
v1.0 release
Improvements
- Check if the target executable file platform match with running WFRR.
- More debug information if using debug build.
- Use colored console to print logs.
Logging and Debugable
Logging
All logs will be saved to WFRR.log
. If you got any issue while using WFRR, please provide your WFRR.log
which useful for troubleshooting.
WFRRTest
A simple program for testing and debug. WFRRTest supports file operations, registry operations and process operations.
Features and Fixes
Features
- Auto exit after injected process exited.
- Runs injector console in background - with
-b\--bg
.
Fixes
- Bugfix: if hKey not hive root will cause application crash.
Fixed RegHook Crash Issues
v0.2.1 update version to 0.2.1
Re-Designed RegHook and Better User Experience
- Re-designed mechanism of RegHook.
- V_REG.json now similar with V_FS.json.
- Multiple platforms support: x64\x86
- Shorter name of main application: WinFSRegRedirector -> WFRR
- Better user experience:
Usage: WFRR.exe [OPTIONS] Options: -e, --exe=VALUE the executable file to launch and inject. -a, --arg=VALUE the arguments of executable file to launch and inject. -n, --pname=VALUE the name of process want to inject. -i, --pid=VALUE the id of process want to inject. --all inject file hook and registry hook. --file inject file hook only. --reg inject registry hook only. -h, --help show help messages
Fixed Issues
- Fixed format issue when message includes
{}
but nothing to be escaped 492a968
First Release
Supported APIs
- RegOpenKey(Ex)
- RegCreateKey(Ex)
- RegDeleteKey(Ex)
- RegSetValue(Ex)
- RegQueryValue(Ex)
- RegCloseKey
- CreateFileW
- DeleteFileW
- CopyFileW