frida icon indicating copy to clipboard operation
frida copied to clipboard

Clone this repo to build Frida

Results 601 frida issues
Sort by recently updated
recently updated
newest added

Hi Team, I am using windows 10 and genymotion to set up Frida server I have added a python>> script folder in Environment variable but still getting this error ‘Frida-ps’...

Is it possible to change the str value in the example below at its address in memory? because the functions after this function also contain the same text content ```...

Traceback (most recent call last): File "C:\Python27\Scripts\frida-script.py", line 11, in load_entry_point('frida-tools==11.0.0', 'console_scripts', 'frida')() File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "c:\python27\lib\site-packages\pkg_resources\__init__.py", line 2852, in load_entry_point return ep.load()...

I'm using the latest version. When the .so file load is just completed, use Module.findBaseAddress() function to find the module. The result returned is null. But when I used version...

An app I am recently work on has some sort of string encryption. When I hook the method to get the initial input and the resulting output. Parts of some...

I have a dylib in an iOS applications Documents directory. When loading with `Module.load(dylibPath);`, an exception is thrown as follows: ``` Error: unable to find module '/var/mobile/Containers/Data/Application/87C72D23-BA24-4636-9E52-54DC14072D47/Documents/m.dylib' at Object.value [as...

Hi there, can someone please shed some light on how to catch Objective-C exceptions that might rise from called `NativeFunction`s? I've attached an example where I try to catch uncaught...

Hi, I've been using Frida for a while now in a project using minSDKVersion equals to 21. I recently tried to increase this value to 23 but at this moment...

like this: ![image](https://user-images.githubusercontent.com/74475614/187140068-1df15a93-4c88-466b-b066-ac766c9f84ae.png) ![image](https://user-images.githubusercontent.com/74475614/187140097-a2061bc0-4918-4436-b03d-ba7adc11e2a3.png) please

Why can't Frida stallker print data from floating-point registers?