Results 11 comments of tonychen

this functionality has been added?

@mythodeia I am using your fork version now.

@mythodeia of course. very glad to.

is there any example to make a http request?

I've written an android implementation ``` function httpPost(targetUrl: string, body: string, onReceive: (response: string) => void = function (response: string) { log("response: " + response); }) { Java.perform(function () {...

Have you solved this problem? I encounter it too, and r2 cashed.

> I've tried DWARF's breakpoint function and it works well.

> My plan is to implement the logic done in DWARF inside r2frida, and their implementation supports objc, native and dalvik breakpoints. That stuff is implemented in here https://github.com/iGio90/DwarfCore >...