Skip to content
小飞侠
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
菜单

博客

  1. 首页>
  2. 其他>
  3. 用apktool生成classes.dex 文件

用apktool生成classes.dex 文件

  • Post author:xfxia
  • Post published:2023年9月3日
  • Post category:其他


Sounds like you want to decode an application without disassembling the

classes.dex

file to smali. In Apktool you can utilize the

-s / --skip-sources

parameter to avoid this. Apktool will simply pass on the

classes.dex

instead of disassembling it.

Then you can modify it directly however you are. Then recompile with (

apktool b

) and it will copy the

classes.dex

into final built apk.

eg:

java -jar apktool_2.3.4.jar -s d crackme02.apk


你可能也喜欢

数论专题——Dirichlet卷积及积性函数进阶

Flume教程(一)Flume环境搭建与测试、使用

Django.models详细说明

背包问题例题

c++ 函数对象的使用

resnet

matlab 特征选择算法,特征选择、特征提取matlab算法实现(模式识别)

实现SpringBoot 通过 thymeleaf 生成 PDF实例

Sharding-JDBC 一个不错的分库分表中间件

【Hexo博客搭建】将其部署到GitHub Pages(二):如何初始化并部署?

html select 获取value值

Html标签大全

7-Spring源码解析之refresh(1)——概览

CLion输出问题:使用printf(“请输入物品的数量和背包的容量:“)控制台无输出

【C++】shared_ptr(作为局部变量返回)

STATA对变量进行标准化的命令

iOS 14.5.1 系统后出现了发烫、运行卡顿、跑分降低的解决方法

install notepadqq on ubuntu

CentOS7.6的简易HTTP代理配置

Part1-5.NET开发环境安装配置

目录

  • APICloud (3)
  • golang (228)
  • java (8,236)
  • linux (4,002)
  • mysql (2,800)
  • php (1,070)
  • python (5,439)
  • solidity (25)
  • uniapp (235)
  • vue (2,463)
  • 其他 (88,233)
  • 小程序 (801)

文章归档

  • 2023年十二月 (1872)
  • 2023年十一月 (477)
  • 2023年十月 (17371)
  • 2023年九月 (44974)
  • 2023年八月 (26399)
  • 2023年七月 (14793)
  • 2023年六月 (1)
  • 2023年五月 (2186)
  • 2023年四月 (3838)
  • 2023年三月 (1544)
  • 2023年二月 (3)
  • 2023年一月 (4)
  • 2022年十二月 (3)
  • 2022年十一月 (36)
  • 2022年十月 (16)
  • 2022年九月 (8)
  • 2021年九月 (1)
  • 2020年九月 (6)
  • 2020年八月 (5)

标签

Aave (1) cosmos (6) defi (255) flag (27) gitee (1) github (1) golang (234) java (8234) linux命令 (82) List (1) map (1115) mysql (3093) npm (237) tendermint (6) uuid (43) vant (64) vmware (270) 区块链 (63) 合约 (37) 小程序版本更新 (3)
  • 首页
  • 小程序
  • uniapp
  • vue
  • APICloud
  • 其他
Copyright xfxia.com 鲁ICP备19024253号-2
关闭菜单