You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the obfuscated apks in https://github.com/presto-osu/orlis-orcis/tree/master/orlis/open_source_benchmarks/proguard_data/apks, are actually not been obfuscated. For example, orlis/open_source_benchmarks/apks/org.hiittimer.hiittimer_0.apk and orlis/open_source_benchmarks/proguard_data/apks/org.hiittimer.hiittimer_0-obf.apk are exactly the same.
But from the mappings file(orlis/open_source_benchmarks/proguard_data/mappings/org.hiittimer.hiittimer_0.mapping.txt), I can see that some of the name should already been replaced, (e.g. de.greenrobot.dao.AbstractDao -> wy.ek).
Did you put the wrong obfuscated apks?
The text was updated successfully, but these errors were encountered:
I found that the obfuscated apks in https://github.com/presto-osu/orlis-orcis/tree/master/orlis/open_source_benchmarks/proguard_data/apks, are actually not been obfuscated. For example, orlis/open_source_benchmarks/apks/org.hiittimer.hiittimer_0.apk and orlis/open_source_benchmarks/proguard_data/apks/org.hiittimer.hiittimer_0-obf.apk are exactly the same.
But from the mappings file(orlis/open_source_benchmarks/proguard_data/mappings/org.hiittimer.hiittimer_0.mapping.txt), I can see that some of the name should already been replaced, (e.g. de.greenrobot.dao.AbstractDao -> wy.ek).
Did you put the wrong obfuscated apks?
The text was updated successfully, but these errors were encountered: