Skip to content

janisslsm/ida-ps4-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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++.