All Projects → luoyesiqiu → dpt-shell

luoyesiqiu / dpt-shell

Licence: MIT License
Android函数抽取壳实现

Programming Languages

c
50402 projects - #5 most used programming language
java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to dpt-shell

uniswap-arbitrage-flash-swap
Uniswap flash swap arbitrage solidity contracts
Stars: ✭ 341 (+114.47%)
Mutual labels:  dex
dexdeps
查看dex中class, field, method内部与外部依赖
Stars: ✭ 23 (-85.53%)
Mutual labels:  dex
Nix
Nix - NFT Decentralised Exchange Smart Contracts
Stars: ✭ 40 (-74.84%)
Mutual labels:  dex
k8s-ldap
Kubernetes - LDAP authentication with Dex
Stars: ✭ 59 (-62.89%)
Mutual labels:  dex
botdexdamar
🤖 multichain trading bot with sniper, frontrun, backrun, sandwich
Stars: ✭ 124 (-22.01%)
Mutual labels:  dex
asgardex-electron
||| ASGARDEX Electron App ||| desktop wallet and decentralized exchange for THORChain ||| 100% open-source
Stars: ✭ 93 (-41.51%)
Mutual labels:  dex
jitana
A graph-based static-dynamic hybrid DEX code analysis tool
Stars: ✭ 35 (-77.99%)
Mutual labels:  dex
every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (-87.42%)
Mutual labels:  dex
wyvern-ethereum
Project Wyvern Ethereum Smart Contracts
Stars: ✭ 209 (+31.45%)
Mutual labels:  dex
DumpDex
基于Xposed的极简易的dump dex文件脱壳工具
Stars: ✭ 46 (-71.07%)
Mutual labels:  dex
dalvik
Dalvik parser in pure Rust.
Stars: ✭ 28 (-82.39%)
Mutual labels:  dex
serum-vial
Real-time WebSocket market data API for Serum
Stars: ✭ 154 (-3.14%)
Mutual labels:  dex
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 (-72.96%)
Mutual labels:  dex
atomic-swap-kit-android
Atomic Swap Android library for Bitcoin (BTC) and Bitcoin Cash (BCH) swaps in decentralized manner. Implemented on Kotlin.
Stars: ✭ 17 (-89.31%)
Mutual labels:  dex
uniswap-skim
scripts to scan all of the uniswapV2🦄 contracts on ethereum and search for skim opportunities
Stars: ✭ 126 (-20.75%)
Mutual labels:  dex
exchange
simple decentralized exchange using eos smart contract
Stars: ✭ 24 (-84.91%)
Mutual labels:  dex
fluidex-backend
Building the first permissionless layer2 orderbook DEX on Ethereum, powered by PLONK zk-rollup
Stars: ✭ 24 (-84.91%)
Mutual labels:  dex
DexHelper
Gradle Plugin to analyze per-dex with Android assemble command.
Stars: ✭ 19 (-88.05%)
Mutual labels:  dex
awesome-samsung-dex
An "awesome" list of Samsung DeX resources
Stars: ✭ 18 (-88.68%)
Mutual labels:  dex
dali
Indie assembler/linker for Dalvik VM .dex & .apk files (Work In Progress)
Stars: ✭ 55 (-65.41%)
Mutual labels:  dex

dpt-shell

介绍

函数抽取壳是一种将dex文件中的函数代码抽空,然后在程序运行时将函数代码填回的那么一种壳。

dpt目前已适配Android6~11。想要了解实现原理,可以查看文档

已实现自动签名(cv自Xpatch)

编译使用

gradlew :dpt:assemble
cd executable
java -jar dpt.jar /path/to/apk

感谢

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