• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2-keep public class Main {
3  public static void main(java.lang.String[]);
4}
5
6-keep public class SuperDumpedStuff {
7  public void allocateObjectAtUnObfSuperSite();
8}
9
10# Produce useful obfuscated stack traces so we can test useful deobfuscation
11# of stack traces.
12-renamesourcefileattribute SourceFile
13-keepattributes SourceFile,LineNumberTable
14
15