Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 318 Bytes

osrsupdater

Tool that uses Java Bytecode Analysis on an OSRS Jar File

A base for an OSRS Updater.

Allows for injection or reflection to be used for modification of an OSRS client.

IIRC, It correctly identifies the following classes

  • Client
  • Node

Uses the ASM Library(Tree) to conduct Java Bytecode Analysis