Search found 1 match

by Viper187
Fri Jun 13, 2008 3:06 am
Forum: PS2 Development
Topic: Looking for information/sample code to disassemle ELF files
Replies: 1
Views: 2287

Looking for information/sample code to disassemle ELF files

I'm writing my own PS2DIS type editor in C (under Windows), and I can't find any decent documentation on the structure of the ELF itself. I've got details on the header info, but I don't know exactly how to parse it all (or order to parse it) to read the file into structs/arrays then write it all ba...