frida
frida copied to clipboard
Clone this repo to build Frida
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:   please
Why can't Frida stallker print data from floating-point registers?