Techdaan / rs3nxt-ghidra-scripts

Ghidra scripts to help reverse-engineer RS3's NXT client
GNU General Public License v3.0
14 stars 4 forks source link

Quick fix for client rev 920-1 #3

Open woahscam opened 3 years ago

woahscam commented 3 years ago

Version string changed to print out in the client terminal as a string, compared to previous versions that had it locked on the lower right hand side.

920 and above uses: "Client Version: %i-%i" 919 and below uses: "Build: %d:%d/%s"