KsDumper is a dumping processes using the power of kernel space. It is a custom driver that would allow me to copy the process memory without using OpenProcess.
Features
Note: Import table isn’t rebuilt.
Also Read – Corsy : CORS Misconfiguration Scanner
Before using KsDumperClient, the KsDumper driver needs to be loaded.
It is unsigned so you need to load it however you want. I’m using drvmap for Win10. Everything is provided in this release if you want to use it as well.
Driver/LoadCapcom.bat as Admin. Don’t press any key or close the window yet !Driver/LoadUnsignedDriver.bat as Admin.LoadCapcom cmd to unload the driver.KsDumperClient.exe.This project is been made available for informational and educational purposes only. Considering the nature of this project, it is highly recommended to run it in a Virtual Environment. We are not responsible for any crash or damage that could happen to your system.
Important: This tool makes no attempt at hiding itself. If you target protected games, the anti-cheat might flag this as a cheat and ban you after a while. Use a Virtual Environment !
Compile Yourself
When I first started learning malware analysis and reverse engineering, I thought the hardest part…
Both git fetch and git pull talk to a remote repository, but they do very different things to your…
Sometimes the change you need already exists, just on the wrong branch. A hotfix lands…
Email is still one of the most important communication channels inside modern applications. Password resets,…
Nginx is a high-performance web server and reverse proxy trusted by some of the largest…
ufw (Uncomplicated Firewall) sits on top of iptables (or nftables on newer systems) and replaces…