All Projects → BATTZION → Autoreinforce

BATTZION / Autoreinforce

自动加固Android App

Labels

Projects that are alternatives of or similar to Autoreinforce

Xploitspy
XploitSPY is an Android Monitoring Tool
Stars: ✭ 372 (+576.36%)
Mutual labels:  smali
Kwetza
Python script to inject existing Android applications with a Meterpreter payload.
Stars: ✭ 534 (+870.91%)
Mutual labels:  smali
Tps
腾讯 TOS 适配系统
Stars: ✭ 27 (-50.91%)
Mutual labels:  smali
Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (+625.45%)
Mutual labels:  smali
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+830.91%)
Mutual labels:  smali
Fakerandroid
A tool translate a apk file to stantard android project include so hook api and il2cpp c++ scaffolding when apk is a unity il2cpp game. Write code on a apk file elegantly.
Stars: ✭ 695 (+1163.64%)
Mutual labels:  smali
Deejayeye Modder
Stars: ✭ 284 (+416.36%)
Mutual labels:  smali
Andtroj
A tool for integrating the Metasploit payload with Android's healthy programs and bypassing antivirus
Stars: ✭ 43 (-21.82%)
Mutual labels:  smali
L3mon
L3MON - Remote Android Managment Suite
Stars: ✭ 527 (+858.18%)
Mutual labels:  smali
Html2apk
build Apk with html
Stars: ✭ 19 (-65.45%)
Mutual labels:  smali
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (+661.82%)
Mutual labels:  smali
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (+754.55%)
Mutual labels:  smali
Dtfmods Core
Core content for Android device testing
Stars: ✭ 5 (-90.91%)
Mutual labels:  smali
Intellij Java2smali
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
Stars: ✭ 384 (+598.18%)
Mutual labels:  smali
Wechatforwarder
WechatForwarder module for xposed ,generated by reversing engineering from WechatForwarder by fkzhang
Stars: ✭ 31 (-43.64%)
Mutual labels:  smali
Smalisca
Static Code Analysis for Smali files
Stars: ✭ 284 (+416.36%)
Mutual labels:  smali
Apk Dependency Graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Stars: ✭ 675 (+1127.27%)
Mutual labels:  smali
Droidjack
Este troyano para Android es uno de los más completos. Con él vamos a poder tener acceso a remoto a todo el dispositivo infectado, desde la agenda, las llamadas y los SMS hasta el micrófono y las cámaras del smartphone. Todo.
Stars: ✭ 44 (-20%)
Mutual labels:  smali
Deapk
DeAPK is an open-source, online APK decompiler which lets you upload an APK and then decompile it to Smali or Java sources. It is built using Laravel, Vue.js, Bootstrap, FontAwesome, Pusher, Redis, MySQL, apktool, jadx and hosted atop Oracle cloud platform.
Stars: ✭ 33 (-40%)
Mutual labels:  smali
Simple Deodexer
A simple Android application deodexer for Linux & macOS
Stars: ✭ 16 (-70.91%)
Mutual labels:  smali

AutoReinforce

简介

自动化加固工具,支持java方法级别加固,so压缩壳,内含多种反调试措施,适配Dalvik和ART两种模式,目前已测试系统Android4.4、Android5.0、Android5.1。

特色

  • 融合多种反调试
  • 运行时java方法修复
  • so压缩壳,实现了自定义linker加载核心so

用法

  1. 填写配置文件
    • app: 待加固App绝对路径
    • num: 需要加固的java方法数量
    • class: 需要加固方法所在类
    • function: 需要加固的方法名称
    • sigature: 方法签名
  2. python reinforce.py

目录说明

  • core: 实现加固的核心so库
  • factory: 壳的smali代码
  • tools: 一些辅助工具,如apktool
  • reinforce.py: 实现自动化加固

环境要求

  • NDK
  • python3.5
  • java
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].