Techdaan / rs3nxt-ghidra-scripts

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

Binary Ninja script #5

Open AridTag opened 2 years ago

AridTag commented 2 years ago

Hey I'm not sure if you would have any interest in it but I created a Binary Ninja plugin that works on their LLIL instead of the raw disassembly.

I based it on the work you did here so figured I would share it with you. You can find it here https://github.com/AridTag/BinjaNxt

Techdaan commented 2 years ago

Hi there!

Awesome work there, it looks a lot more readable and documented than what I posted here. If you want I can add a reference to your repository in the readme, or you can open a PR to do it yourself.

AridTag commented 2 years ago

Hey thanks! I hope to spend more time on it this week further cleaning it up and documenting the remaining bits. As well as implement the 'ClientProt' labeling.

Feel free to add a reference to the repo if you want to