Path Redirection

mklink /j <name> <target>
mklink /h <name> <target>
fsutil.exe hardlink list <filename>

CreateSymlink.exe

This creates symlinks via RPC Control and requires write permission on the *folder*, not just the file.

Createsymlink.exe "srcfile" "dstfile"

Tools

https://github.com/googleprojectzero/symboliclink-testing-tools

Last updated