Is there better ways to intercept & modify network response in android?

385 views Asked by At

When testing a app(without source code), I need to mock some response from 3party apis that I don't has access to yet.

My current way to do this is LSPosed + ssl unpinning module + fiddler's autoresponder.

But I can't make it work without a computer, which making test the app outside the office very inconvenient.

I'm about to make a module to hook some apis to do so, maybe a frida script? But before I do this...

ANY suggestions ? or is there a easier way to forgery responses for some certain links?

0

There are 0 answers