All Projects → aos3618 → DumpDex

aos3618 / DumpDex

Licence: other
基于Xposed的极简易的dump dex文件脱壳工具

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to DumpDex

zilswap-sdk
Zilswap Typescript SDK
Stars: ✭ 19 (-58.7%)
Mutual labels:  dex
fluidex-backend
Building the first permissionless layer2 orderbook DEX on Ethereum, powered by PLONK zk-rollup
Stars: ✭ 24 (-47.83%)
Mutual labels:  dex
Get-instagram-users-info---Any-instagram-account
Dump instagram users info without API.
Stars: ✭ 345 (+650%)
Mutual labels:  dump
serum-vial
Real-time WebSocket market data API for Serum
Stars: ✭ 154 (+234.78%)
Mutual labels:  dex
dexdeps
查看dex中class, field, method内部与外部依赖
Stars: ✭ 23 (-50%)
Mutual labels:  dex
asgardex-electron
||| ASGARDEX Electron App ||| desktop wallet and decentralized exchange for THORChain ||| 100% open-source
Stars: ✭ 93 (+102.17%)
Mutual labels:  dex
CertDump
Dump certificates from PE files in different formats
Stars: ✭ 16 (-65.22%)
Mutual labels:  dump
dali
Indie assembler/linker for Dalvik VM .dex & .apk files (Work In Progress)
Stars: ✭ 55 (+19.57%)
Mutual labels:  dex
equilib
🌎→🗾Equirectangular (360/panoramic) image processing library for Python with minimal dependencies only using Numpy and PyTorch
Stars: ✭ 43 (-6.52%)
Mutual labels:  360
ZiggoNext
Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant
Stars: ✭ 33 (-28.26%)
Mutual labels:  360
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (+169.57%)
Mutual labels:  dex
HyperSphereSurfaceRegression
Code accompanying the paper "360 Surface Regression with a Hyper-Sphere Loss", 3DV 2019
Stars: ✭ 13 (-71.74%)
Mutual labels:  360
polkaswap-web
Polkaswap is a non-custodial, cross-chain AMM DEX protocol for swapping tokens based on Polkadot and Kusama relay chains, Polkadot and Kusama parachains, and blockchains directly connected via bridges. Polkaswap removes trusted intermediaries and provides the opportunity for faster trading.
Stars: ✭ 43 (-6.52%)
Mutual labels:  dex
3D60
Tools accompanying the 3D60 spherical panoramas dataset
Stars: ✭ 83 (+80.43%)
Mutual labels:  360
SmartDump
SmartDump - an exception and memory dump capture utility
Stars: ✭ 17 (-63.04%)
Mutual labels:  dump
dd
This package will add the dd and dump helpers to your Phalcon application.
Stars: ✭ 17 (-63.04%)
Mutual labels:  dump
myanon
A mysqldump anonymizer
Stars: ✭ 24 (-47.83%)
Mutual labels:  dump
ELFDump
ELFDump is a C parser for ELF64 object files.
Stars: ✭ 15 (-67.39%)
Mutual labels:  dump
CTF-Script-And-Template-Thrift-Shop
[180+ scripts] There are a few genuine gems in there. And a lot of spaghetti code. Most of these scripts were for solving CTF's. If you googles something for a CTF and landed here look at the scripts they're all fairly malleable. Sorry for the shitty naming conventions (not really). If you are a recruiter stop. I wont be able to rewrite half thi…
Stars: ✭ 38 (-17.39%)
Mutual labels:  dump
jvm-dump-proxy
A proxy DLL for Windows to dump JVM classes at JNI level
Stars: ✭ 53 (+15.22%)
Mutual labels:  dump

DexDumper Dump 加壳app 的 dex文件

类型 结果
乐固
360
爱加密 未测
梆梆 未测
梆梆企业版 未测

使用方法

1.一个root手机

2.安装Xposed Installer

3.修改Dumper.java 文件将 your.package.name 替换为要dump的包名,并给该应用读写内存权限。

if ("your.package.name".equals(loadPackageParam.processName)) {
...
}

4.启动DexDumper Xposed模块

5.重启手机,确保DexDumper模块成功启动

6.启动要dump的应用。

7.在console log中可以看到如下日志,说明dump成功。

2019-03-12 15:43:49.123 2300-2300/your.package.name E/AoS ******: Begin dump dex :/storage/emulated/0/dump/dump_your.package.name1.dex  size :4022044
2019-03-12 15:43:49.154 2300-2300/your.package.name E/AoS ******: Finished dump dex :/storage/emulated/0/dump/dump_your.package.name1.dex  size :4022044
2019-03-12 15:43:51.058 2300-2300/your.package.name E/AoS ******: Begin dump dex :/storage/emulated/0/dump/dump_your.package.name2.dex  size :8809440
2019-03-12 15:43:51.118 2300-2300/your.package.name E/AoS ******: Finished dump dex :/storage/emulated/0/dump/dump_your.package.name2.dex  size :8809440
2019-03-12 15:43:51.129 2300-2300/your.package.name E/AoS ******: Begin dump dex :/storage/emulated/0/dump/dump_your.package.name3.dex  size :4186260
2019-03-12 15:43:51.157 2300-2300/your.package.name E/AoS ******: Finished dump dex :/storage/emulated/0/dump/dump_your.package.name3.dex  size :4186260
2019-03-12 15:43:54.903 2300-3031/your.package.name E/AoS ******: Begin dump dex :/storage/emulated/0/dump/dump_your.package.name4.dex  size :6645372
2019-03-12 15:43:54.940 2300-3031/your.package.name E/AoS ******: Finished dump dex :/storage/emulated/0/dump/dump_your.package.name4.dex  size :6645372

8.dex文件dump在了 文件管理中的 /storage/emulated/0/dump 目录下

9.结束

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