Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 405 Bytes

index.rst

File metadata and controls

21 lines (14 loc) · 405 Bytes

Replace Techniques

About

Replace techniques take advantage of rewriting parts of the binary prior to it being executed.

Pros:

  • Can have as many of these running as needed (so long as they don't overlap)
  • Generally more performant and reliable than stalking

Cons:

  • Cannot as easily follow unexpected code paths
  • Less granular in some cases