Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 421 Bytes

WhiteMagic

API to work with Win32 process memory and hardware breakpoints

Uses Shynd's Fasm.NET library

Capabilities:

  • Read/write process memory
  • Suspend/resume process thread(s)
  • Call remote process functions or assembled code (using remote thread injection)
  • Attach hardware breakpoints to remote processes
  • Search for data patterns in remote process' memory
  • Hooks mouse and keyboard events
  • ...