Skip to content

winsecurity/AMSI-Bypass-HWBP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AMSI-Bypass-HWBP

  • It's a small debugger that creates new powershell.exe or attach to existing powershell and sets hardware breakpoint at AmsiScanBuffer() address.
  • We then change the 3rd parameter which is length stored in R8 register to 1
  • This makes AmsiScanBuffer() to scan only 1 byte of buffer (our commands) which will obviously results in AMSI_RESULT_CLEAN

All credit goes to author of the book "Gray Hat Python". The book helped me in understanding windows api functions that are helpful for debugging the processes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages