Edit PlayerPrefs in Unity App November 11, 2020December 7, 2020Mikołaj Kurcin PlayerPrefs is a common way to save some variables in Unity applications. If we can view or even modify it, we can understand better how the app works, or maybe…Continue readingEdit PlayerPrefs in Unity App
Configure Android to intercept basic https requests for apps November 8, 2020December 7, 2020Mikołaj Kurcin HTTPS is basically HTTP over TLS (also called SSL) and HTTP is easy to intercept. In this case, only encryption is our problem. Fortunately for us, this is designed to…Continue readingConfigure Android to intercept basic https requests for apps