Giter Club home page Giter Club logo

android-disassembler's Introduction

Version 1.1.2 release!

Android-Disassembler

Disassemble android shared libraries (aka .so files) (NDK, JNI) on Android. Capstone-based disassembler application on android.

Features

  • Shows details of elf files.
  • Shows symbol table(functions or objects' ,... names) of elf files.
  • Disassembles the code sections.
  • Has various export options of the disassembly. (Reloadable raw file, compilable txt file, analytic text files, json, and reloadable database)
  • Supports projects.
  • Supports launching from file browsers.
  • Supports many ABIs(arm,x86,x64,MIPS,PowerPC,...)

What's new

  • Changed to Android Studio structure.
  • Doesn't require your email accounts when sending error reports
  • Easier bug report
  • Show symbols as an independent tab.

Usuage

  1. Choose an elf file to analyze. image
  2. Go to details tab.
  3. Press Show details button to see details. image
  4. Press Save to file button to save it.
  5. Go to Symbols tab.
  6. You can see symbols found in the elf file, their demangled names(if they exist), addresses, and their properties. image image
  7. Go to disassembly tab.
  8. Press disassemble button.
  9. Choose persist mode(instant mode is deprecated) image
  10. To export the disassembly, press Export button and choose the option. image

Export mode

  • Raw Uses java's intrinsic serialization, and super fast.
  • Classic Pretty!
  • Simple Can be directly pasted as code!
  • Json It can be loaded again to analyze again(though reloading is not implemented yet - Sorry.)
  • Database Slow. Not recommended.

Build & Pull request

  • Use Android studio.
  • Any improvements are welcomed!

Open Source

This app used

TODO

  • fix bugs
  • add menus on clicking disassemblies.
  • add Syntax highlighting in disassemblies.
  • Add more project export options(zip, etc..)
  • Support exe files. (Why? I don't know..)
  • Organize spaghetti codes.
  • Add theme preferences.
  • Assembly syntax highlighting.

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.