frida-snippets icon indicating copy to clipboard operation
frida-snippets copied to clipboard

Hand-crafted Frida examples

Results 6 frida-snippets issues
Sort by recently updated
recently updated
newest added

Hi. I have one question. I have function in c++ MyEngine::Core::GenerateUniqueKey(). this function inside my MyEngine.framework (IOS). How I can hook this function using Frida?

I am using the observe class method for Frida and am successfully able to hook into the function. However the logging is a bit cryptic. For this example, assumine the...

help wanted

I just got a course in regards to Frida and I was wondering how I would use these scripts to get a shell in the device I want to run...

Hey Team, I was wondering if you could update the documentation for the iOS screenshot example to include the relevant imports in addition to providing a usage example

crashed when hook variadic function. ``` public final boolean gesture(long j, long j2, int[]... iArr) ```