obfuscator

  1. walterf25

    Android Question API_KEY obfuscation

    Hi all, I have been trying to upload an app to the google play store which I haven't done in a very long time, seems like a lot of things have changed. I am getting an error saying that my GCP key is exposed, I came a few threads in the forum and I have already limited my key to only my app by...
  2. carlos7000

    Android Question Pause compilation

    ¿It is possible at some point of the compilation process, to pause in that process, so that a program (of a third party) does some work on the code before the final compilation? I refer specifically to whether it is possible to allow after the lexical and syntactic analysis of the source code...
  3. carlos7000

    Android Question Development of obfuscator

    Hi all Seeing the obfuscated code of other programs ... An example: class C0124t { /* renamed from: a */ final /* synthetic */ C0119p f3067a; /* renamed from: b */ private final String f3068b; /* renamed from: c */ private final float f3069c; /* renamed from: d */...
Top