Skip to content

Frida with Unity App Emulator is a powerful combination that allows developers and security researchers to analyze and modify the behavior of Unity-based applications using the Frida dynamic instrumentation toolkit.

Notifications You must be signed in to change notification settings

Watchdog0x/Frida-with-Unity-app-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Setup emulator

1 ) Download andriod https://developer.android.com/studio

Now run it. When it booted go to step 2

Install Magisk on emulator

2 ) Download rootAVD https://github.com/newbit1/rootAVD/archive/refs/heads/master.zip

.\rootAVD.bat ListAllAVDs
.\rootAVD.bat %LOCALAPPDATA%\Android\Sdk\system-images\android-30\google_apis_playstore\x86\ramdisk.img

Install MagiskFrida

3 ) Download magisk-frida https://github.com/ViRb3/magisk-frida/releases
on emulator and install it with Magisk Modules

And it will look like this when it done

Frida NativeBridge

frida -Uf learn.frida.unity --realm=emulated --no-pause

Now you can find the libil2cpp.so addresses

You can test it with

Module.findBaseAddress("libil2cpp.so")

About

Frida with Unity App Emulator is a powerful combination that allows developers and security researchers to analyze and modify the behavior of Unity-based applications using the Frida dynamic instrumentation toolkit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published