diff options
Diffstat (limited to 'src/vita/ReadMe.md')
| -rw-r--r-- | src/vita/ReadMe.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/vita/ReadMe.md b/src/vita/ReadMe.md new file mode 100644 index 0000000..03ea2d0 --- /dev/null +++ b/src/vita/ReadMe.md @@ -0,0 +1,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.
\ No newline at end of file |
