Open Laranjo1 opened 1 month ago
This is the same as following the official guide https://frida.re/docs/android/ and using files from the wiki. The emulator makes no difference in setup from a normal device apart from the need of --realm emulated
to attach to the emulated ARM realm (libhoudini).
"And what about Android 9.0 (64-bit)? Can it be used? I tried, but I still couldn't find libil2cpp."
For emulators I think only can x86
First, install
frida-tools
:After installing
frida-tools
, go to this GitHub page:frida-server-x86
Locate and download:
frida-server-16.5.1-android-x86.xz
Then, download this emulator (I’ve only tested with this one):
LDPLAYER 5 x86
After this, you're almost set up!
Run the following commands:
Add this to the
package.json
file generated bynpm init
:Note: My build script doesn't work, I’m not sure why. Any suggestions would be appreciated!
Next, create the following folder and file structure:
Setting up the LDPlayer Emulator:
To run the program:
Open a terminal in the project directory and run:
Open a second terminal and run:
Make any change to the code (I usually leave a comment for this).
Ignore the two errors that may appear, and your Frida setup should be operational!