All Projects → xdek42 → AutoReinforce

xdek42 / AutoReinforce

Licence: other
自动加固Android App

Programming Languages

Smali
51 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to AutoReinforce

Visual-Attention-Model
Chainer implementation of Deepmind's Visual Attention Model paper
Stars: ✭ 27 (-60.87%)
Mutual labels:  reinforce
Minimalrl
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Stars: ✭ 2,051 (+2872.46%)
Mutual labels:  reinforce
Paddle-RLBooks
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
Stars: ✭ 113 (+63.77%)
Mutual labels:  reinforce

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].