pspdev / psp-ghidra-scripts

Scripts for use with the Ghidra Reverse Engineering Suite
Apache License 2.0
34 stars 6 forks source link

Non-constant "entry_size" in PSPModuleImport struct #3

Closed John-K closed 4 years ago

John-K commented 4 years ago

ThreadManForKernel strikes again in FW 6.61 wlan.prx with entry_size = 6

Should be an easy fix, need to stop creating an array of PSPModuleImport structs and instead iterate through them by using entry_size like we already do for exports

John-K commented 4 years ago

Fixed!