Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
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.
 
 
 
 
openrs2/share/deob/profile.yaml

71 lines
1.4 KiB

---
excluded_classes:
- "*!client"
- "*!com/sun/opengl/impl/x11/**"
- "*!jagex3/jagmisc/jagmisc"
- "*!jaggl/**"
- "*!javax/media/opengl/**"
- "*!loader"
- "*!unpack"
- "*!unpackclass"
excluded_methods:
- "*!**.<clinit> *"
- "*!**.<init> *"
- "*!**.main *"
- "*!**.providesignlink *"
- "*!**.quit *"
- "*!com/sun/opengl/impl/x11/**.* *"
- "*!jaggl/**.* *"
- "*!javax/media/opengl/**.* *"
excluded_fields:
- "*!**.cache *"
- "*!**.canvasScale *"
- "*!com/sun/opengl/impl/x11/**.* *"
- "*!jaggl/**.* *"
- "*!javax/media/opengl/**.* *"
entry_points:
- "*!**.<clinit> *"
- "*!**.main *"
- "*!**.providesignlink *"
- "*!client.<init> *"
- "*!com/sun/opengl/impl/x11/DRIHack.begin *"
- "*!com/sun/opengl/impl/x11/DRIHack.end *"
- "*!loader.<init> *"
- "*!unpackclass.<init> *"
scrambled_libraries:
- client
max_obfuscated_name_len: 2
transformers:
- OriginalPcSave
- OriginalName
- ClassLiteral
- InvokeSpecial
- MultipleAssignment
- Remap
- Patcher
- Resource
- OpaquePredicate
- ExceptionObfuscation
- ExceptionTracing
- Monitor
- BitShift
- Canvas
- FieldOrder
- BitwiseOp
- ConstantArg
- CopyPropagation
- UnusedLocal
- UnusedMethod
- UnusedArg
- Counter
- Reset
- EmptyClass
- MethodOrder
- Visibility
- FinalClass
- FinalMethod
- FinalField
- Override
- RedundantGoto
- OriginalPcRestore
- FernflowerException