Perform a HTTP POST request inside IL2Cpp.perform? #414
-
I want to fire a post request inside IL2Cpp.perform(() => { What options have I got for that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
By doing a post request...? If the dump has networking methods then use those. If you can't then check the frida-http module: https://github.com/frida/gumjs-http |
Beta Was this translation helpful? Give feedback.
-
After playing around with Java.use("java.net.URL") a little more. |
Beta Was this translation helpful? Give feedback.
By doing a post request...?
If the dump has networking methods then use those. If you can't then check the frida-http module: https://github.com/frida/gumjs-http