Download - Rkdumper

Rkdumper is a tool designed to detect and dump hidden processes on a compromised system (especially Android/Linux) by comparing output from different system interfaces (e.g., /proc filesystem vs. system calls). It is often used in malware analysis or forensics to reveal rootkits that hide processes.

Important: Using such tools on a device you do not own or without permission may be illegal. This guide is for educational and authorized security research only. Rkdumper Download


Since rkdumper is source‑based, you usually compile it yourself. Rkdumper is a tool designed to detect and

Typical process:

For Android, you might cross‑compile using the NDK or run it inside a rooted shell (Terminal Emulator + Busybox). Important: Using such tools on a device you


Rkdumper is a memory dumping and process introspection tool primarily used on Windows systems. Its core function is to bypass user-mode and kernel-mode hooks placed by rootkits, anti-debugging routines, or packers (e.g., UPX, Themida, VMProtect). By doing so, it can:

The name “Rkdumper” comes from Rootkit Dumper—its original design goal was to help forensic analysts recover malicious code from rootkit-infected systems.