mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-24 19:59:43 +00:00
First hook
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Set-ExecutionPolicy
|
||||
Run from an elevated PowerShell (script will attempt to relaunch elevated if not already) or right-click -> Run with PowerShell.
|
||||
Example: .\scripts\install-hook.ps1 -Action install
|
||||
To use a specific DLL: .\scripts\install-hook.ps1 -Action install -SourcePath "C:\path\to\your.dll"
|
||||
To restore original: .\scripts\install-hook.ps1 -Action restore
|
||||
|
||||
|
||||
install-hook.bat -Action install
|
||||
install-hook.bat -Action restore
|
||||
Reference in New Issue
Block a user