You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
766 B
59 lines
766 B
#
|
|
# 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
|