• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    C++
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A PoC designed to bypass all usermode hooks in a WoW64 environment.

memfuck

A PoC designed to bypass all usermode hooks in a WoW64 environment.

MemFuck will unmap everything. Then you are free to execute code in an environment free of user-mode hooks.

Just don't rely on Rtl* functions or anything other than Nt* functions :)

To look up syscall numbers for your system, please visit: https://j00ru.vexillium.org/syscalls/nt/64/

Tested on Windows 10 x64 Build 19041.508

To learn more about the project visit: https://winternl.com/memfuck/