Help! Network => Code

hprnv

Platinian
Original poster
Sep 4, 2023
11
3
3
35
Hi guys, I have to clarify before I ask the question, I'm not a modder, but software engineer, so I know how to code something and how to reverse something, but modifying is a little knew area for me.

Ok, now question:
I have an app which I "modifying" by httpcanary injection tool, but there are few inconveniences with it:
1) you have to make injection every time when launch app.
2) httpcanary create VPN connection to allow make injection.
3) the need to make additional actions (unpin etc)

So the question is:
I know that response for specific request (there are GET and POST requests, both of it) from this app contains necessary data(JSON in my case), now I use injection tool to intercept this request and modify response. How can I find necessary part of the app and patch it with constant JSON string (for example)?

upd. I would be glad to receive both direct answers, if you have a time and desire to write them, and links to articles/video in which I can find the answers to my question.
 
Last edited:

TagsX

Platinian
May 29, 2023
32
6
8
18
saudi-arabia
if I understood, you trying to automatically modify the responses and requests sent by an app. does it matter that the intercept should be injected to the app itself or another and an advance proxy would help?