Order files
This commit is contained in:
58
android/tools/android-osx/tools/proguard/examples/dictionaries/keywords.txt
Executable file
58
android/tools/android-osx/tools/proguard/examples/dictionaries/keywords.txt
Executable file
@@ -0,0 +1,58 @@
|
||||
#
|
||||
# This obfuscation dictionary contains reserved Java keywords. They can't
|
||||
# be used in Java source files, but they can be used in compiled class files.
|
||||
# Note that this hardly improves the obfuscation. Decent decompilers can
|
||||
# automatically replace reserved keywords, and the effect can fairly simply be
|
||||
# undone by obfuscating again with simpler names.
|
||||
# Usage:
|
||||
# java -jar proguard.jar ..... -obfuscationdictionary keywords.txt
|
||||
#
|
||||
|
||||
do
|
||||
if
|
||||
for
|
||||
int
|
||||
new
|
||||
try
|
||||
byte
|
||||
case
|
||||
char
|
||||
else
|
||||
goto
|
||||
long
|
||||
this
|
||||
void
|
||||
break
|
||||
catch
|
||||
class
|
||||
const
|
||||
final
|
||||
float
|
||||
short
|
||||
super
|
||||
throw
|
||||
while
|
||||
double
|
||||
import
|
||||
native
|
||||
public
|
||||
return
|
||||
static
|
||||
switch
|
||||
throws
|
||||
boolean
|
||||
default
|
||||
extends
|
||||
finally
|
||||
package
|
||||
private
|
||||
abstract
|
||||
continue
|
||||
strictfp
|
||||
volatile
|
||||
interface
|
||||
protected
|
||||
transient
|
||||
implements
|
||||
instanceof
|
||||
synchronized
|
Reference in New Issue
Block a user