Leon Jacobs
Leon Jacobs
This could be achieved with LIEF: https://lief-project.github.io/doc/latest/tutorials/09_frida_lief.html
See eve-seat/seat#429 for more information.
It seems like when given hostnames with an underscore character (`_`), `asnmap` fails with an unmarshalling error. ```text / # asnmap -d test_.google.com ___ _____ __ / _ | /...
Implement multi-queue sniffing of messages (and saving them to a file).
Consider the following sample code (from the frida-objc-playground): ```javascript 'use strict'; const ObjC = require('frida-objc'); global.run = function () { const clazz = "NSString"; return ObjC.chooseSync(ObjC.classes[clazz]).map((instance) => { return {...
While not explicitly mentioned in this projects documentation as a feature (compared to others), the convention to have a static example in the examples directory typically shows how to integrate...
### Feature Request Today using deskflow I need to choose between using either the server or the clients input devices. In my case, it would be more convenient to use...