Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
AozoraDev committed Sep 6, 2023
1 parent d4aee0b commit 331ca47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
![Mitobi](img/mitobi.jpg)
## About
Mitobi is a tool for backing up internal Android app data without the need for root access or a PC. It works by modifying the APK and then injecting Mitobi into the APK.
## Installing
> We are currently working on our injector called [Pita](https://github.com/HaruByte/Pita). \
> Mitobi is just a preview of [Pita](https://github.com/HaruByte/Pita).
TODO
## Building
1. Ensure that Java 17 and Android SDK are installed on your device.
2. To build the test app:
```
./gradlew assembleDebug
```
3. To build the DEX file:
```
./gradlew :lib:generateDexDebug
```
Binary file added img/mitobi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 331ca47

Please sign in to comment.