Actions

Client Obfuscation: Difference between revisions

From RuneWiki

No edit summary
No edit summary
Line 17: Line 17:
==== Revision 651 ====
==== Revision 651 ====


* String obfuscation, look for 2 methods called `z` and fields called `z` with type of String[] or String. The field name is arbitrary.
* String obfuscation, look for 2 methods called `z` and fields called `z` with type of String[] or String. The field name can be arbitrary but leans towards z more commonly.
* Reflection between different Java modules, look for methods called `a`
* Reflection between different Java modules, look for methods called `a`.


==== Revision 652 ====
==== Revision 652 ====

Revision as of 15:09, 2 February 2024

Revision 433

Revision 484

Revision 500

Revision 554

Revision 651

  • String obfuscation, look for 2 methods called `z` and fields called `z` with type of String[] or String. The field name can be arbitrary but leans towards z more commonly.
  • Reflection between different Java modules, look for methods called `a`.

Revision 652

Revision 669

  • Cluster flutterer