All Projects → giacomoferretti → odex-patcher

giacomoferretti / odex-patcher

Licence: Apache-2.0 license
Run arbitrary code by patching OAT files

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to odex-patcher

Lief
Authors
Stars: ✭ 2,730 (+6104.55%)
Mutual labels:  art, oat, vdex
dalvikgate
Lightweight dex / odex / apk to jar converter
Stars: ✭ 32 (-27.27%)
Mutual labels:  dalvik, odex
Android-ML
@cos8oih 👋
Stars: ✭ 20 (-54.55%)
Mutual labels:  modding, android-modding
jitana
A graph-based static-dynamic hybrid DEX code analysis tool
Stars: ✭ 35 (-20.45%)
Mutual labels:  art, dalvik
Fragsurf-2
Fragsurf is an actively developed standalone game based on HL2 surf and bhop movement mechanics.
Stars: ✭ 68 (+54.55%)
Mutual labels:  modding
HedgeLib
A C++ library and collection of tools that aims to make modding games in the Sonic the Hedgehog franchise easier.
Stars: ✭ 63 (+43.18%)
Mutual labels:  modding
Dexer
Dexer is an open source framework, written in C#, that reads and writes .DEX files (Dalvik Executable Format) used by the Android Open Source Project.
Stars: ✭ 81 (+84.09%)
Mutual labels:  dalvik
MafiaMP
Multiplayer experience for Mafia: Definitive Edition
Stars: ✭ 31 (-29.55%)
Mutual labels:  modding
sketch360
Cross-Platform 360 Degree Panoramic Sketching App
Stars: ✭ 37 (-15.91%)
Mutual labels:  art
JGeckoU
Wii U RAM TCP Debugger Client/Cheat Code Manager
Stars: ✭ 54 (+22.73%)
Mutual labels:  modding
ME3ModManager
Legacy mod manager for Mass Effect 3 (superceded by ME3Tweaks Mod Manager)
Stars: ✭ 17 (-61.36%)
Mutual labels:  modding
Generative-Art
A selection of generative art scripts written in Python
Stars: ✭ 284 (+545.45%)
Mutual labels:  art
JRubyArt
JRubyArt a ruby implementation of processing
Stars: ✭ 87 (+97.73%)
Mutual labels:  art
among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (+9.09%)
Mutual labels:  modding
stamps
A language for producing art
Stars: ✭ 116 (+163.64%)
Mutual labels:  art
gapdecoder
Google Arts And Culture Downloader. Python script to download high-resolution images from google arts & culture.
Stars: ✭ 78 (+77.27%)
Mutual labels:  art
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (+31.82%)
Mutual labels:  modding
audiocard
⏯️ AudioCard - Opinionated, responsive, audio player compatible with Twitter Cards
Stars: ✭ 66 (+50%)
Mutual labels:  art
color-code
Encodes files as color
Stars: ✭ 17 (-61.36%)
Mutual labels:  art
Art1
Art1 by Richard Williams, 1968
Stars: ✭ 24 (-45.45%)
Mutual labels:  art

ODEX Patcher

GitHub all releases GitHub release (latest by date including pre-releases) GitHub code size in bytes GitHub

Introduction

ODEX Patcher allows you to execute arbitrary code while maintaining the original signature of the target app. It does this by patching the OAT (Ahead-of-Time) files that the ART runtime creates when an app is installed.

This tool can be useful when an app uses SafetyNet for example, as you cannot simply edit the app and sign it with your key.

Examples

☺️ Coming soon...

Requirements

Android 4.4+ devices with root access (Magisk is suggested)

Downloads

Latest release: 2.0.0-rc1

Building and Development

  • Clone sources: git clone https://github.com/giacomoferretti/odex-patcher
  • Open the project with Android Studio.
    • Currently using: Android Studio Arctic Fox | 2020.3.1 Patch 3

Compatibility matrix

= Working

= Not working

= Not tested, but should work

Single Dex Multi Dex
Android Version Oat Version 32bit 64bit 32bit 64bit
4.4 - 4.4.2 007 (1) (1)
4.4.3 - 4.4.4 008 (1) (1)
5.0 - 5.0.2 039
5.1 - 5.1.1 045
6.0 - 6.0.1 064
7.0 - 7.1 079
7.1.1 - 7.1.2 088
8.0 124
8.1 131
9 138
10 170
11 183
12 195
Sv2 199

(1) Follow #6

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