frida / frida-core

Frida core library intended for static linking into bindings
https://frida.re
Other
592 stars 187 forks source link

Add support for encoded mode #508

Closed WorksButNotTested closed 1 month ago

WorksButNotTested commented 3 months ago

Support sending base64 between the TTY and the script to prevent extended ascii sequences getting converted into multibyte UTF-8 characters.

WorksButNotTested commented 1 month ago

Superseded by https://github.com/frida/frida-core/pull/525