All Projects → aerosoul94 → Ida_gel

aerosoul94 / Ida_gel

A collection of IDA loaders for various game console ELF's. (PS3, PSVita, WiiU)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ida gel

Classinformer Ida7
ClassInformer backported for IDA Pro 7.0
Stars: ✭ 226 (+197.37%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Ret Sync
ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.
Stars: ✭ 896 (+1078.95%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Sark
IDAPython Made Easy
Stars: ✭ 477 (+527.63%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Binexport
Export disassemblies into Protocol Buffers
Stars: ✭ 586 (+671.05%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Stingray
IDAPython plugin for finding function strings recursively
Stars: ✭ 110 (+44.74%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Flare Ida
IDA Pro utilities from FLARE team
Stars: ✭ 1,374 (+1707.89%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (+673.68%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (+85.53%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Efixplorer
IDA plugin for UEFI firmware analysis and reverse engineering automation
Stars: ✭ 268 (+252.63%)
Mutual labels:  ida-pro, ida-plugin, reverse-engineering
Scratchabit
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
Stars: ✭ 369 (+385.53%)
Mutual labels:  ida-plugin, reverse-engineering
Dereferencing
IDA Pro plugin that implements more user-friendly register and stack views
Stars: ✭ 336 (+342.11%)
Mutual labels:  ida-pro, ida-plugin
Ipyida
IPython console integration for IDA Pro
Stars: ✭ 358 (+371.05%)
Mutual labels:  ida-pro, ida-plugin
Gef
GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging features for exploit developers & reverse engineers ☢
Stars: ✭ 4,197 (+5422.37%)
Mutual labels:  ida-pro, reverse-engineering
Pwndbg
Exploit Development and Reverse Engineering with GDB Made Easy
Stars: ✭ 4,178 (+5397.37%)
Mutual labels:  ida-pro, reverse-engineering
Polichombr
Collaborative malware analysis framework
Stars: ✭ 307 (+303.95%)
Mutual labels:  ida-plugin, reverse-engineering
Heap Viewer
An IDA Pro plugin to examine the glibc heap, focused on exploit development
Stars: ✭ 574 (+655.26%)
Mutual labels:  ida-pro, ida-plugin
Flirtdb
A community driven collection of IDA FLIRT signature files
Stars: ✭ 809 (+964.47%)
Mutual labels:  ida-pro, reverse-engineering
Ida Rpc
Discord rich presence plugin for IDA Pro 7.0
Stars: ✭ 31 (-59.21%)
Mutual labels:  ida-pro, ida-plugin
Necromancer
IDA Pro V850 Processor Module Extension
Stars: ✭ 21 (-72.37%)
Mutual labels:  ida-pro, ida-plugin
Ida android script
some idapython scripts for android debugging.
Stars: ✭ 38 (-50%)
Mutual labels:  ida-plugin, reverse-engineering

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].