GithubHelp home page GithubHelp logo

fcccode / aprocdump Goto Github PK

View Code? Open in Web Editor NEW

This project forked from georgenicolaou/aprocdump

0.0 0.0 0.0 172 KB

Native Android software for dumping memory from Android processes

License: GNU General Public License v3.0

C 100.00%

aprocdump's Introduction

Nyuki Android Process Dumper (AProcDump)

Introduction

The Nyuki Android Process Dumper (AProcDump) is a user-mode software application that runs natively on Android devices and is capable of acquiring the volatile memory of processes without the need for compiling and installing any kernel modules. This application is not a replacement to full physical memory acquisition but rather a quick drop-and-execute alternative. The Nyuki Android Process can be compiled once and used across multiple Android platforms. It can be executed through the Android Debug Bridge (ADB) and supports various methods of extraction. As always, this application requires root access on the device's Operating System.

Features

  • Output memory into a file, network stream or standard output
  • List a process's allocated modules and heaps
  • Acquire memory of specific maps given their name
  • Selectively filter memory regions based on permissions and allocation type *Acquire specific memory regions given a memory range

Dependencies

  • Android NDK is required for compiling.
  • Android Debug Bridge (adb) required for running.

Compiling and Running

cd aprocdump
/path/to/ndk-build all .

In order to run the application it must be pushed into a running Android device. To do that use the following adb commands:

adb push /path/to/aprocdump /data/local
adb shell chmod 750 /data/local/aprocdump
adb shell /data/local/aprocdump --help

More info

View more info and download binary file at Silensec's Website here

aprocdump's People

Contributors

georgenicolaou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.