Home

Awesome

IDA PS4 Helper

This is a helper plugin intended for ps4-module-loader

Building

You'll need to set IDASDK in environment variables before running these commands and clone ida-cmake into the idasdk folder. This is for IDA 9.0 specifically, you might have to adapt these commands for older versions.

cmake -B build -DEA64=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo  .
cmake --build .

Credits

allthingsida for the base plugin to add functions to IDAPython API via C++.