blob: 03ea2d030ee550e137e9a956d311f5c2070db800 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# vitaldr
An IDA Pro loader for Playstation Vita OS.
## Features
* Loads symbols
* Supports kernel and user modules.
* Processes and labels exports and imports
## Usage
### NID Database
This loader expects an NID database named `vita.txt` to be present within IDA's loader directory. The format is simple:
0x34EFD876 sceIoWrite
0xC70B8886 sceIoClose
## Todo
* Although it does process all relocation formats (form 0 - 9), module relocation still needs to be completed.
|