Romain Thomas

Results 9 issues of Romain Thomas

See https://reviews.llvm.org/rL316775

enhancement
ELF
Parser

Nice to have
API
Abstraction

MachO
Parser
API

Nice to have

Hi! Thank you @oleavr for Frida. As far I known only ``frida_selinux_patch_policy`` is exposed in the frida-core devkit. What about exposing more SELinux API like ``setfilecon`` ?

LIEF should be able to write-back RISC-V binaries while currently it only supports parsing.

ELF
Builder
Nice to have

Starting from Frida 16.0.12, `device.inject_library_blob` seems no longer working. With Frida 16.0.11, [examples/inject_library/inject_blob.py](https://github.com/frida/frida-python/blob/main/examples/inject_library/inject_blob.py) is working while with Frida 16.0.12, we get the following error: ``` Console: frida.TransportError: agent connection closed...