ps4_nid_resolver_ida
ps4_nid_resolver_ida copied to clipboard
IDA Plugin to resolves PS4 NIDs function names
PS4 NID to Function Name Resolver
Resolves PS4 Bin/Lib Function Names
Requirement
How-To-Build
git clone --recurse-submodules https://github.com/Thunder07/ps4_nid_resolver_ida.git
cd ps4_nid_resolver_ida
./extern/ida-cmake/build.py -t 7.0 -i ~/idasdk70/ --idaq ~/.idapro/
Note: on windows you'd need to change --idaq C:\Users\USERNAME\AppData\Hex-Rays\IDA Pro\
How-To-Use
Ctrl+Alt+F10: Basic Settings Panel
Ctrl+F10: Resolve Function Names (Note: this action is none reversible, make sure you've a copy of your ida database before applying this)
Special Thanks
To @idc for his work on ps4libdoc and ps4-uplift which made this project possible.