Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexodia committed Feb 2, 2015
1 parent da7a19c commit 7e9094a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ signed/
*.vddklaunch
*.reg
*.TMP
!BreakOnSysRq.reg
Binary file added BreakOnSysRq.reg
Binary file not shown.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ A simple way to 'bypass' PatchGuard on x64 systems is by enabling a local kernel
```
bcdedit /set testsigning on
bcdedit /debug on
bcdedit /dbgsettings local
bcdedit /dbgsettings local /noumex
```

In addition to the commands above you need to set `BreakOnSysRq` if you want to use the PrntScr button. Read [this article](http://blogs.msdn.com/b/windowsvistanow/archive/2008/05/14/breakonsysrq-applies-to-usb-kbdhid-keyboards-as-well.aspx) for more information. You can also import `BreakOnSysRq.reg` to automatically fix this problem.

#Remarks

- When using x64_dbg, you can use the TitanHide plugin (available on the download page).
Expand Down

0 comments on commit 7e9094a

Please sign in to comment.