Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerosoul94/ida_gel
A collection of IDA loaders for various game console ELF's. (PS3, PSVita, WiiU)
https://github.com/aerosoul94/ida_gel
elf-loader ida-loaders ida-plugin ida-pro ps3 psvita reverse-engineering wiiu
Last synced: 27 days ago
JSON representation
A collection of IDA loaders for various game console ELF's. (PS3, PSVita, WiiU)
- Host: GitHub
- URL: https://github.com/aerosoul94/ida_gel
- Owner: aerosoul94
- Created: 2017-04-05T17:27:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T18:08:05.000Z (about 5 years ago)
- Last Synced: 2024-08-03T10:02:00.182Z (4 months ago)
- Topics: elf-loader, ida-loaders, ida-plugin, ida-pro, ps3, psvita, reverse-engineering, wiiu
- Language: C
- Homepage:
- Size: 179 KB
- Stars: 96
- Watchers: 6
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- awesome-security-collection - **69**星
README
# ida_game_elf_loaders
A collection of user mode ELF loaders for the following game consoles:
* PS3
* PS Vita
* Wii U## Installation
Copy loader plugins to IDA loaders directory.## Building
### Dependencies
* IDA SDK
* [CMake](https://cmake.org/download/)### Generate Projects With CMake
The IDA cmake module included will expect to find the IDA SDK in an `IDA_SDK_DIR` or `IDA_SDK` environment variable.
If you would like to generate 64-bit EA targeted loaders, you need to add `-D IDA_64_BIT_EA_T=YES` to cmake command line.Navigate to the directory of the loader you would like to build in 'src/', then run the following command
`mkdir build && cd build && cmake ../`
This should create a build directory with your generated project files.
### Building
Optionally, you can also build using cmake with the following command`cmake --build ./`
## Notes
These have only been tested and built using Visual Studio 2015 using IDA SDK 6.8.