DragonFist is an automated tool for checking vulnerability and making report on Unity Engine based Games. This program works in Android environment and also supports Android emulator environment. It can check vulnerability from the attacker's point of view and provide details of vulnerability and solutions.
For user-friendly environment, DragonFist is created with GUI(Graphical User Interface)
- Decompile APK and Restore metadata automatically
- Check Method Vulnerability by auto-hooking it dynamically
- Check Time & Random Vulnerability by manipulating it directly
- Check Saving data with the format of SQLite3 and PlayerPrefs
- Check Memory Vulnerability using Value search, Class search
- Make Vulnerablility Analysis Report automatically
https://www.youtube.com/watch?v=PIqFMzXKGuc
- IDE : Visual Studio 2019
- Language : C#
- Form : Windows Form
- Android SDK Platform Tools(adb.exe) : https://developer.android.com/studio/releases/platform-tools
- Python3 : https://www.python.org/downloads/windows
- Java JDK : https://www.oracle.com/technetwork/java/javase/downloads/index.html
- Frida(Windows) : https://frida.re/docs/installation,
- Frida-server(Android) : https://github.com/frida/frida/releases
- .NET Framework : https://dotnet.microsoft.com/download/dotnet-framework
There are 2 ways to install DragonFist.
- Git clone or Download ZIP
- Install by installer
DragonFist provides User-Manual and FAQ
- Il2CppDumper : https://github.com/Perfare/Il2CppDumper
- apktool : https://bitbucket.org/iBotPeaches/apktool/