ioncodes / pooldump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pooldump

Attempts to dump all nonpaged BigPools from kernel.

WARNING: Insanely retarded code. This project can and will induce brain damage.

Usage

mkdir C:\tmp
kdmapper.exe pooldump.sys

EasyAntiCheat

This tool can be used to extract the DLL that EACs manualmaps into the game process. Before launching the driver start your EAC protected game and then scan for the eac0 or eac1 segment. You'll will most likely need to remove the first ~7 bytes (up until the MZ header). Example:

grep -rnwa . -e "eac0"

About


Languages

Language:C++ 91.7%Language:Batchfile 8.3%