irx into elf
Posted: Mon Feb 12, 2007 12:23 am
hi,
i have a question. can i include the sio2man.irx and padman.irx into a elf file when i have the official sony librarys ???
i have the following commands:
extern int sceSifLoadModule(const char *filename, int args, const char *argp);
extern int sceSifLoadModuleBuffer(const void *addr, int args, const char *argp);
extern int sceSifLoadStartModule(const char *filename, int args,
const char *argp, int *result);
extern int sceSifLoadStartModuleBuffer(const void *addr, int args,
const char *argp, int *result);
extern int sceSifLoadElf(const char *name, sceExecData *data);
extern int sceSifLoadElfPart(const char *name, const char *secname,
sceExecData *data);
extern int sceSifStopModule(int modid, int args,
const char *argp, int *result);
extern int sceSifUnloadModule(int modid);
extern int sceSifSearchModuleByName(const char *modulename);
extern int sceSifSearchModuleByAddress(const void *addr);
extern int sceSifLoadFileReset(void);
can anybody help me with the problem ??
thanks
Gandhi
i have a question. can i include the sio2man.irx and padman.irx into a elf file when i have the official sony librarys ???
i have the following commands:
extern int sceSifLoadModule(const char *filename, int args, const char *argp);
extern int sceSifLoadModuleBuffer(const void *addr, int args, const char *argp);
extern int sceSifLoadStartModule(const char *filename, int args,
const char *argp, int *result);
extern int sceSifLoadStartModuleBuffer(const void *addr, int args,
const char *argp, int *result);
extern int sceSifLoadElf(const char *name, sceExecData *data);
extern int sceSifLoadElfPart(const char *name, const char *secname,
sceExecData *data);
extern int sceSifStopModule(int modid, int args,
const char *argp, int *result);
extern int sceSifUnloadModule(int modid);
extern int sceSifSearchModuleByName(const char *modulename);
extern int sceSifSearchModuleByAddress(const void *addr);
extern int sceSifLoadFileReset(void);
can anybody help me with the problem ??
thanks
Gandhi