Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosoul94 committed Dec 16, 2017
0 parents commit cd90cbd
Show file tree
Hide file tree
Showing 10 changed files with 6,353 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "TinyXML"]
path = TinyXML
url = https://github.com/icebreaker/TinyXML
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# DYNLIB
This is an IDA Pro plugin to aid in reverse engineering PS4 user mode elf's by loading the PS4 specific DYNLIBDATA segment.

### Features
* Resolves obfuscated symbols NID's in order to label imports and exports
* Loads the symbol table
* Patches relocations

### Building
#### Requirements
* Visual Studio 2017
* IDA SDK (6.8 under Win32 Configuration, 7.0 under x64 Configuration)

You may need to reconfigure `Additional Library Directories` and `Additional Include Directories` to point to the correct path of your IDA SDK installation.

### Usage
dynlib.xml is a database of NID's and their matching original symbols. It is required in order to resolve NID's and must be kept updated in order to ensure the plugin can resolve more NID's.

You will need to install dynlib.xml and dynlib64.dll into IDA Pro's plugins folder.

Then you may either press `Ctrl + F-10` or navigate to `Edit > Plugins > DYNLIB`. You will then need to choose the same PS4 elf originally loaded for the database.
1 change: 1 addition & 0 deletions TinyXML
Submodule TinyXML added at b3e5aa
Loading

0 comments on commit cd90cbd

Please sign in to comment.