1

I want to do a challenge: automise some tasks that I do in a game so I can get the max of points.

To do that, I need to know the url called and the parameters that are used in the Game. After setting a genymotion station and made a proxy, I've discovered that the game won't start if the certificate doesn't match with the one that is set in the app.

So my question is how I can go further?

rsabir
  • 738
  • 1
  • 7
  • 17
  • as a next step I would suggest you to call your lawyer – lelloman Jul 28 '17 at 09:34
  • This question may better fit https://reverseengineering.stackexchange.com/ – JimmyB Jul 28 '17 at 09:41
  • 1
    "won't start if the certificate doesn't match with the one that is set in the app" - Possibly, the app does not include its own certificate but relies on Android to handle HTTPS based on the built-in root certificates. You may be able to add your own certificate to your device's trusted certificate store. – JimmyB Jul 28 '17 at 09:57

1 Answers1

0

you can use 2 application

1.charles

2.fiddler

Rasoul Miri
  • 11,234
  • 1
  • 68
  • 78
  • 1
    The problem with your suggestion is that the application won't start because it checks the certificates. – rsabir Aug 03 '17 at 08:31