|
|
|
|
|
by JosephRedfern
3859 days ago
|
|
Maybe times have changed and these things are now included in the dex file, but that doesn't seem to be a verbatim decompiler output to me. Local variable names aren't normally stored in an APK, they're just refereed to by register numbers. For instance, I wouldn't expect to see "for(Pattern badHost : BAD_HOSTS)" (specifically the badHost) - last time I checked, this information would be lost during compilation. I'm not suggesting that the code is falsified - the person that decompiled it probably just guessed at some variable names and re-factored to make it more readable. It just stood out to me, so I thought it was worth mentioning. |
|