All Projects → Juude → Droidreverse

Juude / Droidreverse

reverse engineering tools for android(android 逆向工程工具集)

Programming Languages

shell
77523 projects
HTML
75241 projects
Batchfile
5799 projects
Roff
2310 projects

Projects that are alternatives of or similar to Droidreverse

Loophole
Polar devices Python API and CLI.
Stars: ✭ 136 (-92.6%)
Mutual labels:  reverse-engineering
Ghidra Dark
Dark theme installer for Ghidra
Stars: ✭ 143 (-92.22%)
Mutual labels:  reverse-engineering
Steamkit
SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
Stars: ✭ 1,926 (+4.73%)
Mutual labels:  reverse-engineering
Tastyworks api
An unofficial, reverse-engineered Python API for tastyworks.
Stars: ✭ 138 (-92.5%)
Mutual labels:  reverse-engineering
Wechatmagician
WechatMagician is a Xposed module written in Kotlin, that allows you to completely control your Wechat.
Stars: ✭ 1,739 (-5.44%)
Mutual labels:  reverse-engineering
Magisk Frida
🔐 Run frida-server on boot with Magisk, always up-to-date
Stars: ✭ 144 (-92.17%)
Mutual labels:  reverse-engineering
Apk Utilities
🛠 Tools and scripts to manipulate Android APKs
Stars: ✭ 134 (-92.71%)
Mutual labels:  reverse-engineering
Apiscout
This project aims at simplifying Windows API import recovery on arbitrary memory dumps
Stars: ✭ 146 (-92.06%)
Mutual labels:  reverse-engineering
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (-92.33%)
Mutual labels:  reverse-engineering
Triton
Triton is a Dynamic Binary Analysis (DBA) framework. It provides internal components like a Dynamic Symbolic Execution (DSE) engine, a dynamic taint engine, AST representations of the x86, x86-64, ARM32 and AArch64 Instructions Set Architecture (ISA), SMT simplification passes, an SMT solver interface and, the last but not least, Python bindings.
Stars: ✭ 1,934 (+5.17%)
Mutual labels:  reverse-engineering
Pafish
Pafish is a testing tool that uses different techniques to detect virtual machines and malware analysis environments in the same way that malware families do
Stars: ✭ 2,026 (+10.17%)
Mutual labels:  reverse-engineering
Iosreextension
A fast and elegant extension for VSCode used for iOSre projects.
Stars: ✭ 139 (-92.44%)
Mutual labels:  reverse-engineering
Nauz File Detector
Linker/Compiler/Tool detector for Windows, Linux and MacOS.
Stars: ✭ 146 (-92.06%)
Mutual labels:  reverse-engineering
Clawsearch
A memory scanner plugin for x64dbg, inspired by Cheat Engine.
Stars: ✭ 135 (-92.66%)
Mutual labels:  reverse-engineering
Android Analysis
Getting Genymotion & Burpsuite setup for Android Mobile App Analysis
Stars: ✭ 146 (-92.06%)
Mutual labels:  reverse-engineering
Amie
A Minimalist Instruction Extender for the ARM architecture and IDA Pro
Stars: ✭ 136 (-92.6%)
Mutual labels:  reverse-engineering
Xpeviewer
PE file viewer/editor for Windows, Linux and MacOS.
Stars: ✭ 144 (-92.17%)
Mutual labels:  reverse-engineering
Stuff
Unsorted, raw, ugly & probably poorly usable tools for reversing, exploit and pentest
Stars: ✭ 146 (-92.06%)
Mutual labels:  reverse-engineering
Ghidra Switch Loader
Nintendo Switch loader for Ghidra
Stars: ✭ 146 (-92.06%)
Mutual labels:  reverse-engineering
Native Shim
A "shim" for loading native jni files for Android active debugging
Stars: ✭ 145 (-92.12%)
Mutual labels:  reverse-engineering

droiReverse

English Edition

这是一个android反编译工具的合集

  • apktool:

    • 编译res资源
    • 转成smali
    • 将修改后的smali回编译为apk
  • dex2jar:

    • dex转为jar工具
    • 转成smali并且回编译
  • jd-gui:

    • 用来查看反编译.class文件

    • 支持Eclipe和IntelliJ扩展

    • 有漂亮的gui界面

  • jadx-gui:

    • 方便的jadx工具,可以直接反编译apk
    • 与jd-gui有类似的界面
  • androguard:

    • 使用DAD作为反编译器
    • 可以分析恶意软件
    • 有python api,可以写扩展
    • 支持可视化
  • enjarfy

    • google的反编译工具
    • 可以将dalvik bytecode转化为java bytecode
    • 比dex2jar支持case更多
  • jeb

    • 商业反编译软件(有demo版本免费)
    • 强大的将bytecode转为java代码的能力,对于循环等处理的很好
    • 支持动态编辑,重命名,添加新package等
    • 支持python的api扩展
  • codeinspect

    • 支持调试
    • 可以IDE中编辑反编译后文件
  • https://bytecodeviewer.com/
      + 集成了J-RET,JHexPane, Dex2Jar等多个反编译工具

  • ClassyShark

    • Google的apk查看工具
    • 可以分析出apk的结构以及依赖信息

Follow Me

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].