Git Product home page Git Product logo

binarydroid's Introduction

BinaryDroid

Description

This is a simple disassembler application (currently ELF & ARM only) for android. It provides basic functionality out of the box but is build with extensibility in mind. The application was created as part of the "Android Programming" module at TH-Wildau, Germany.

It currently uses Capstone for disassembling under the hood.

This application currently only runs on ARM devices.

Features

  • Disassemble a file from the file system or a binary from an installed application (SU required).
  • A hexview that displays both the address and ASCII characters (in landscape mode) at a given address
  • Of course, a disassembler that meaningfull stuff instead of bytes
  • Symbol list
  • Search every installed application for a specified symbol (SU required).
  • Patching files
  • Saving the modified file

Dependencies

This application utilizes the following open-source libraries:

  • Capstone (disassembly/disassembler framework)
  • jelf (ELF parsing library in java)
  • RootManager (helper utility for SU functionality)

Todo

I have a couple of things in mind that would be cool to add in future versions:

  • Add support for different "container types" (ie. not just ELF files but PE files too)
  • Improve architecture support (add x86, mips, ....)
  • Implement mode switching (ARM and Thumb) - should be easy enough given that we use Capstone
  • Graph-View disassembler (as seen in IDA or x64dbg)
  • Editing bytes in the HexView (essentially turning it into a HexEditor)
  • A more sophisticated assembler engine (currently we shoehorn the disassembler to do this for us)
  • Maybe add option to sync scrolling in the disassembler with hexview and vice versa?
  • More options for the disassembler (show opcode bytes, instruction indentation etc.)
  • A interactive disassembler (follow jumps etc.)
  • Syntax coloring

Screenshot

installed apps disassembler

binarydroid's People

Contributors

mipek avatar

Watchers

 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.