Adubbz / Ghidra-Switch-Loader

Nintendo Switch loader for Ghidra
ISC License
281 stars 43 forks source link

Add automatic vtable/ipc func detection #5

Closed Adubbz closed 5 years ago

Adubbz commented 5 years ago

As per title. Would be based on https://github.com/hthh/switch-reversing/

Adubbz commented 5 years ago

This is essentially done now. Vtables/stables are automatically identified and named. In future it may be worth looking into matching command ids too, but sadly this is non-trivial.