8000 GitHub - brew02/FastPFHook
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

brew02/FastPFHook

Repository files navigation

FastPFHook

Synopsis

FastPFHook is work-in-progress, proof-of-concept project that aims to demonstrate how one can significantly improve the performance of page fault (#PF) based hooking methods. FastPFHook parses and translates assembly instructions from a page containing the assembly instructions of the function that we want to hook and translates them to be executed on a separate page after a #PF exception is triggered and caught by an exception handler. The translation process includes transforming rip-relative instructions into absolute counterparts.

TODOs

  • Multi-threading
  • Handling Certain Assembly Instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0