GithubHelp home page GithubHelp logo

tempbottle / androswat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evilsocket/androswat

0.0 2.0 0.0 147 KB

tool to inspect, dump, modify, search and inject libraries into Android processes.

License: Other

Makefile 5.64% C 5.35% C++ 89.01%

androswat's Introduction

AndroSwat

A tool to inspect, dump, modify, search and inject libraries into Android processes, still work in progress!

Usage

For a full set of examples, see the various actions of the Makefile.

Usage: /data/local/tmp/androswat <options> <action>

OPTIONS:

  --pid    | -p PID  : Select process by pid.
  --name   | -n NAME : Select process by name.
  --size   | -s SIZE : Set size.
  --output | -o FILE : Set output file.
  --filter | -f EXPR : Specify a filter for the memory region name.

ACTIONS:

  --help   | -H         : Show help menu.
  --show   | -S         : Show process informations.
  --search | -X HEX     : Search for the given pattern ( in hex ) in the process address space, might be used with --filter option.
  --read   | -R ADDRESS : Read SIZE bytes from address and prints them, requires -s option.
  --dump   | -D ADDRESS : Dump memory region containing a specific address to a file, requires -o option.
  --inject | -I LIBRARY : Inject the shared LIBRARY into the process.

License

Released under the BSD license.
Copyright © 2016, Simone Margaritelli [email protected]
All rights reserved.

androswat's People

Contributors

evilsocket avatar

Watchers

tempbottle avatar  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.