Skip to content

Releases: peitaosu/WFRR

v1.0 release

09 Dec 15:27
Compare
Choose a tag to compare

Improvements

28 Nov 15:05
Compare
Choose a tag to compare
Improvements Pre-release
Pre-release
  • 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

26 Nov 15:22
Compare
Choose a tag to compare
Pre-release

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

23 Nov 17:53
Compare
Choose a tag to compare
Features and Fixes Pre-release
Pre-release

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

23 Nov 16:17
Compare
Choose a tag to compare
Pre-release
v0.2.1

update version to 0.2.1

Re-Designed RegHook and Better User Experience

20 Nov 14:12
Compare
Choose a tag to compare
  1. Re-designed mechanism of RegHook.
  2. V_REG.json now similar with V_FS.json.
  3. Multiple platforms support: x64\x86
  4. Shorter name of main application: WinFSRegRedirector -> WFRR
  5. 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

16 Nov 08:15
Compare
Choose a tag to compare
Fixed Issues Pre-release
Pre-release
  • Fixed format issue when message includes {} but nothing to be escaped 492a968

First Release

15 Jun 15:22
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

Supported APIs

  • RegOpenKey(Ex)
  • RegCreateKey(Ex)
  • RegDeleteKey(Ex)
  • RegSetValue(Ex)
  • RegQueryValue(Ex)
  • RegCloseKey
  • CreateFileW
  • DeleteFileW
  • CopyFileW