menu
techminis

A naukri.com initiative

google-web-stories
Home

>

Programming News

>

How to Sen...
source image

Dev

1M

read

177

img
dot

Image Credit: Dev

How to Send Byte Arrays from Frida JS to Python Script

  • Frida allows you to run JavaScript code within the context of a target application, enabling interaction with its components.
  • When sending byte arrays from Frida JS to a Python script, a common error like 'Error: expected a pointer' may occur.
  • To resolve this error, convert the byte array to a Base64 string in JavaScript before sending it back to Python.
  • In Python, decode the Base64 string back into a byte array for further processing and effective data handling in hybrid environments.

Read Full Article

like

10 Likes

For uninterrupted reading, download the app