https://github.com/yukiarrr/Il2cppSpy
Unity IL2CPP Disassembler (for apk)
https://github.com/yukiarrr/Il2cppSpy
apks decompiler disassembler il2cpp qt unity
Last synced: about 1 month ago
JSON representation
Unity IL2CPP Disassembler (for apk)
- Host: GitHub
- URL: https://github.com/yukiarrr/Il2cppSpy
- Owner: yukiarrr
- License: mit
- Created: 2019-09-18T12:55:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T18:03:55.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T13:35:17.716Z (10 months ago)
- Topics: apks, decompiler, disassembler, il2cpp, qt, unity
- Language: Python
- Homepage:
- Size: 4.31 MB
- Stars: 328
- Watchers: 15
- Forks: 55
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# What's this?
IL2CPP Disassembler.
## Open Apk
Select apk, and it is automatically expanded and disassembled.
Like the code editor, you can see the result of the disassembly.

## Compare Apks
Select two apks, and the difference between them is displayed.
If there is a difference, the background color is changed.

# Getting Started
## Windows
1. Download [here](https://github.com/yukiarrr/Il2cppSpy/releases)
2. Open exe## Mac
1. Install [Mono](https://www.mono-project.com/docs/getting-started/install/)
2. Download [here](https://github.com/yukiarrr/Il2cppSpy/releases)
3. Open app# Resources credits