Page 1 of 1

PSY-Q library format?

Posted: December 6th, 2017, 9:49 am
by darvell
Hey everyone,

I've been looking in to finding a way to convert the PSY-Q LIB format in to something compatible with GCC so that PSY-Q libs can be linked with the latest GCC but can't seem to find any documentation on it. I don't expect there to really be anything since it's a proprietary format but if anyone has tried reverse engineering it, any info would be great. There seems to be a tool to convert GCC libraries to psy-q compatible libraries but not vice versa and dissecting it in IDA hasn't helped.

Re: PSY-Q library format?

Posted: December 15th, 2018, 6:19 pm
by Sblorgz
Sorry to necropost but only now I noticed this. armips has support to link both objects and libraries used in PSY-Q. You can extract code and symbols for an lnk to elf conversion.

Re: PSY-Q library format?

Posted: December 20th, 2018, 8:51 am
by lamb_of_senpai
Also, in case it's helpful to anyone here: https://github.com/REDasmOrg/REDasm-Sig ... ile-Format