Search found 6 matches

by Griever
Fri Jun 26, 2009 2:19 am
Forum: PSP Development
Topic: PSP decompiler
Replies: 57
Views: 46846

Thanks for win build issue answers. The only problem I have now: pspdecompiler does not recognize game's eboots, though prxtool disasembles all of them ok and creates elfs, which are entirely recognized by IDA. I checked out "Chessmaster The Art of Learning" and "Archer Maclean's Merc...
by Griever
Mon Jun 22, 2009 9:37 pm
Forum: PSP Development
Topic: PSP's FLIRT
Replies: 9
Views: 4339

That's what I meant by "certain exercises with tyranid's prxtool and NID tables". Thanks a lot. I'm just surprised how much new code uses common psp eboot.bin... PSX's executables uses at least one library function in one inner procedure, so you can always aproximately tell what is this fu...
by Griever
Mon Jun 22, 2009 6:06 pm
Forum: PSP Development
Topic: PSP decompiler
Replies: 57
Views: 46846

Didn't anybody think about porting decomiler to windows? Just like it's done with prxtool. Much of potential users actually use abominable win32. Sad but true. And I guess, it's actually not very hard to compile it under gnu win compiler.
by Griever
Mon Jun 22, 2009 5:41 pm
Forum: PSP Development
Topic: PSP's FLIRT
Replies: 9
Views: 4339

Yup, kinda unusual comparing to other platforms, but the final result looks like flirt stuff: libraries are all in different library prx'es and all xrefs to these library functions will be in IDA base after sertain exercises with tyranid's prxtool and NID tables. Actual decompilation into c is not m...
by Griever
Mon Jun 22, 2009 12:12 am
Forum: PSP Development
Topic: PSP's FLIRT
Replies: 9
Views: 4339

Nah, I think more like here - that's an interesting conception.
by Griever
Sat Jun 20, 2009 10:25 pm
Forum: PSP Development
Topic: PSP's FLIRT
Replies: 9
Views: 4339

PSP's FLIRT

Speaking of executables disassembly, FLIRT technology helps a lot with, for example, PSX hacking/translation/development: you just do not need dig into the lowest procedures and code becomes more or less high-level, which is essential for code understanding. That became possible on PSX cause officia...