Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zer0xFF/ps4_nid_resolver_ida
IDA Plugin to resolves PS4 NIDs function names
https://github.com/Zer0xFF/ps4_nid_resolver_ida
Last synced: about 2 months ago
JSON representation
IDA Plugin to resolves PS4 NIDs function names
- Host: GitHub
- URL: https://github.com/Zer0xFF/ps4_nid_resolver_ida
- Owner: Zer0xFF
- License: gpl-2.0
- Created: 2017-12-13T21:12:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T00:16:43.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T23:05:26.952Z (5 months ago)
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 39
- Watchers: 6
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 NID Resolver IDA
README
# PS4 NID to Function Name Resolver
Resolves PS4 Bin/Lib Function Names## Requirement
- IDA (Have only been tested on IDA 7.0)
- IDA SDK
- cmake
- [ps4libdoc](https://github.com/idc/ps4libdoc) by [@idc](https://github.com/idc)## How-To-Build
```bash
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](https://github.com/idc) for his work on [ps4libdoc](https://github.com/idc/ps4libdoc) and [ps4-uplift](https://github.com/idc/ps4-uplift) which made this project possible.