I see that you can either use (using the Frida bindings as an example) QBDI.prototype.run(start, stop) or QBDI.prototype.call(address[, args]) to start executing through QBDI.
Is there an easy cross-platform way to say "I want to instrument a program from start to finish"?
Thanks in advance and sorry if GitHub issues isn't the best place to ask questions.
I see that you can either use (using the Frida bindings as an example)
QBDI.prototype.run(start, stop)orQBDI.prototype.call(address[, args])to start executing through QBDI.Is there an easy cross-platform way to say "I want to instrument a program from start to finish"?
Thanks in advance and sorry if GitHub issues isn't the best place to ask questions.