ChangeCurrentDir v1.0
ChangeCurrentDir allows changing the current directory of other processes. The tool supports Native, Win32, and WoW64 processes and understands process names and relative paths.
Under the hood, it reads the string from PEB
and injects a remote thread to invoke RtlSetCurrentDirectory_U
.
Note:
- The tool understands command-line parameters if they are supplied in the same order as when typing them interactively.