You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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!
The text was updated successfully, but these errors were encountered: