summaryrefslogtreecommitdiff
path: root/src/ps3/ReadMe.md
diff options
context:
space:
mode:
authoraerosoul94 <aerosoul94@hotmail.com>2017-04-09 00:35:32 -0500
committeraerosoul94 <aerosoul94@hotmail.com>2017-04-09 00:35:32 -0500
commit592b0484b9c1e943093dd93b720428ebfaa116d2 (patch)
treeecc226844a4131c67f720b74471eb097bd9f8926 /src/ps3/ReadMe.md
parent991de71c144a0d2b70034593b03b6b93a96a0791 (diff)
Add Wii U RPX/RPL loader src. Some bug fixes.
Diffstat (limited to 'src/ps3/ReadMe.md')
-rw-r--r--src/ps3/ReadMe.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ps3/ReadMe.md b/src/ps3/ReadMe.md
new file mode 100644
index 0000000..0c263ff
--- /dev/null
+++ b/src/ps3/ReadMe.md
@@ -0,0 +1,24 @@
+# ps3ldr
+An IDA Pro loader for PS3 Cell Lv-2 OS.
+
+## Features
+* Loads symbols
+* Processes and labels exports and imports
+* PRX relocation
+* Find and set TOC address
+
+## Usage
+### NID Database
+This loader expects an NID xml database named `ps3.xml` to be present within IDA's loaders directory. For convenience, it is the same xml database format that was used in xorloser's loader.
+
+Example:
+
+ <?xml version="1.0"?>
+ <IdaInfoDatabase>
+ <Group name="moduleName">
+ <Entry id="0x1529E506" name="cellAdecDecodeAu"/>
+ </Group>
+ </IdaInfoDatabase>
+
+### PRX Relocation
+Relocation of PRX's is possible by checking the *Manual Load* checkbox in IDA's *Load New File* dialog, then before loading the loader will ask for a relocation base address. \ No newline at end of file