Giter Site home page Giter Site logo

leibushi / androidbinutils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wufengxue/androidbinutils

1.0 0.0 0.0 180 KB

安卓逆向相关的一些二进制工具 / Some bin utils for android reverse engineer

C++ 32.91% C 63.25% Java 2.75% CMake 1.08%

androidbinutils's Introduction

说明 / intro

  • 该工程下的工具主要运行在安卓手机上,请将工具用 adb push 到手机后使用

  • These bin utils are work only on android devices, please push to your devices first (use adb push cmd)

  • 发布的版本只提供了 armeabi-v7a 架构的版本,如果需要其他版本,请自行编译

  • Release versions only contain armeabi-v7a, if you need other arch, please compile by yourself

elftag

  • modify app_process32(64) to load third so lib

reference

usage

usage: elftag [option] <elffile>
 modify dynamic section tag of DEBUG to NEEDED and set its value to android_runtime.so
 Options are:
  -r        Revert modification to DEBUG tag
  -h        Display this information

FixElfSection

  • 用于dump elf文件后的section修复,修复后可以在IDA中直接查看

  • FixElfSection 的 AndroidStudio 实现

reference

usage

usage: FixElfSection <elffile>
 fix.so will be created in the same directory

SoFixer

  • so修复相关

  • SoFixer 的 AndroidStudio 实现

reference

usage

SoFixer v0.2 author F8LEFT(currwin)
Useage: SoFixer <option(s)> -s sourcefile -o generatefile
 try rebuild shdr with phdr
 Options are:
  -d --debug                                 Show debug info
  -m --memso memBaseAddr(16bit format)       Source file is dump from memory from address x
  -s --source sourceFilePath                 Source file path
  -o --output generateFilePath               Generate file path
  -h --help                                  Display this information

androidbinutils's People

Contributors

wufengxue avatar

Stargazers

 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.