FITFLOP
Home

frida (6 post)


posts by category not found!

How to use the Frida Interceptor JS script from Python

How to Use the Frida Interceptor JS Script from Python Frida is a powerful dynamic instrumentation toolkit that allows developers to hook into processes on vari

3 min read 15-10-2024 31
How to use the Frida Interceptor JS script from Python
How to use the Frida Interceptor JS script from Python

Pycharm setting breakpoints fails in frida's on_message method

Debugging Fridas on message Method with Py Charm A Solution Debugging Frida scripts within Py Charm can be a powerful tool for understanding and resolving issue

2 min read 04-10-2024 30
Pycharm setting breakpoints fails in frida's on_message method
Pycharm setting breakpoints fails in frida's on_message method

Decoding error in encrypt and decrypt fields with frida

Decoding Errors in Encryption and Decryption Fields with Frida A Practical Guide Have you ever encountered a scenario where an application encrypts and decrypts

2 min read 30-09-2024 28
Decoding error in encrypt and decrypt fields with frida
Decoding error in encrypt and decrypt fields with frida

How to Read Arguments in a Function Call with Frida

Unmasking Function Arguments with Frida A Guide for Security Researchers Frida is a powerful dynamic instrumentation toolkit that allows you to interact with ru

2 min read 30-09-2024 34
How to Read Arguments in a Function Call with Frida
How to Read Arguments in a Function Call with Frida

Why is it that when I hook OKHTP3 and read the response, it will be detected

Understanding OKHTP 3 Responses and Detection Mechanisms It seems you re encountering an issue where the response from an OKHTP 3 presumably a third party servi

2 min read 30-09-2024 39
Why is it that when I hook OKHTP3 and read the response, it will be detected
Why is it that when I hook OKHTP3 and read the response, it will be detected

Frida - Unable to make thread_from_jni_environment() helper for the current architecture

Understanding Fridas Unable to Make thread from jni environment Helper for the Current Architecture Error Frida is a powerful instrumentation tool used for dyna

2 min read 29-09-2024 30
Frida - Unable to make thread_from_jni_environment() helper for the current architecture
Frida - Unable to make thread_from_jni_environment() helper for the current architecture