Search found 3 matches

by wmspider
Mon Jul 09, 2007 7:52 pm
Forum: PS2 Development
Topic: Import irx functions without symbols
Replies: 4
Views: 3292

Ok, i think i got it. I'll look through irx.h to see how it works exactly. Thanks!
by wmspider
Sun Jul 08, 2007 11:39 pm
Forum: PS2 Development
Topic: Import irx functions without symbols
Replies: 4
Views: 3292

Sorry, i'll try to put my question clearer: I am a newbie to loading modules, but i know how to program in c/c++ and i know how to dissassemble the module (i already know where the functions are and what arguments they need). the only problem is i don't know how to load the modules and call those fu...
by wmspider
Sun Jul 08, 2007 11:12 am
Forum: PS2 Development
Topic: Import irx functions without symbols
Replies: 4
Views: 3292

Import irx functions without symbols

Hi, i was wondering how i could import functions from irx modules that dont have a symbol table (In C programming language). In every tutorial i've read they say "you can easily find the functions and recreate the call in C". The problem is, i don't know how. Maybe the solution to this pro...