how about using mips sceKernelQuerySystemCall(desired_function)?
Whats the difference between jumping to a syscall directly and using sceKernelQuerySystemCall?
Search found 114 matches
- Sat Jul 18, 2009 3:04 am
- Forum: PSP Development
- Topic: Call Syscalls from plain binary ASM?
- Replies: 22
- Views: 11371
- Mon Jul 06, 2009 10:44 pm
- Forum: PSP Development
- Topic: PSP decompiler
- Replies: 57
- Views: 47605
- Mon Jul 06, 2009 10:41 pm
- Forum: PSP Development
- Topic: PBP/SFO class for .NET?
- Replies: 7
- Views: 2810
- Tue Jun 30, 2009 12:24 pm
- Forum: PSP Development
- Topic: Easy Hooking Example - User & Kernel
- Replies: 8
- Views: 7969
- Tue Jun 30, 2009 11:24 am
- Forum: PSP Development
- Topic: [Announce]: MinPSPW on Win32/Ubuntu 9.04/OpenSolaris 2009.06
- Replies: 17
- Views: 12330
- Sat Jun 27, 2009 11:54 pm
- Forum: PSP Development
- Topic: PSP streaming media solution
- Replies: 3
- Views: 2987
- Thu Jun 25, 2009 12:30 am
- Forum: PSP Development
- Topic: Assembly question
- Replies: 9
- Views: 3781
uhm no it's not because the subroutine can still be reached by text_addr + 0x1b3c Anyway, I got it resolved now, I must have messed the text_addr somehow or something, dunno. My code now works like this: u32 instruction //<- in this var I have the addiu instruction from RAM, which is always the same...
- Wed Jun 24, 2009 11:47 pm
- Forum: PSP Development
- Topic: Assembly question
- Replies: 9
- Views: 3781
- Wed Jun 24, 2009 10:50 pm
- Forum: PSP Development
- Topic: Assembly question
- Replies: 9
- Views: 3781
Yes yes, thanks, but theres more trouble with it. See I need to get address of certain subroutine of fw module because of hooking (it cant be hooked standard way because its a hook already :)). But the offset of the subroutine differs in each CFW so I have to look it up dynamically. Somewhere in the...
- Wed Jun 24, 2009 10:43 am
- Forum: PSP Development
- Topic: libtiff exploit question
- Replies: 20
- Views: 6144
- Wed Jun 24, 2009 6:13 am
- Forum: PSP Development
- Topic: Assembly question
- Replies: 9
- Views: 3781
- Wed Jun 24, 2009 12:44 am
- Forum: PSP Development
- Topic: Assembly question
- Replies: 9
- Views: 3781
Assembly question
Hi, I need a little help with MIPS assembly. I dumped some prx code from RAM and compared it to dissassembly just to see that it was quite different. I know that MIPS assembly is somewhat transformed during "compilation" (or when going to RAM?), but to be honest I have no clue how... In Co...
- Wed Jun 24, 2009 12:37 am
- Forum: PSP Development
- Topic: PSP's FLIRT
- Replies: 9
- Views: 4501
- Wed Jun 24, 2009 12:31 am
- Forum: PSP Development
- Topic: PSP decompiler
- Replies: 57
- Views: 47605
- Mon Jun 22, 2009 11:46 pm
- Forum: PSP Development
- Topic: OSK Libraries
- Replies: 65
- Views: 26320
- Mon Jun 22, 2009 6:15 am
- Forum: PSP Development
- Topic: Question about kernel libc
- Replies: 5
- Views: 2379
- Mon Jun 22, 2009 5:28 am
- Forum: PSP Development
- Topic: Question about kernel libc
- Replies: 5
- Views: 2379
Allright, I found the prnt() function: http://dark-alex.org/pspsdk_docs/pspsysclib_8h.html
How do I use it? Using it via a callback isn't really convenient... :/ oh well...
How do I use it? Using it via a callback isn't really convenient... :/ oh well...
- Mon Jun 22, 2009 3:25 am
- Forum: PSP Development
- Topic: PSP's FLIRT
- Replies: 9
- Views: 4501
- Mon Jun 22, 2009 2:36 am
- Forum: PSP Development
- Topic: OSK Libraries
- Replies: 65
- Views: 26320
What firmware are you building for anyway?
Maybe adding these lines to your makefile could help...
Maybe adding these lines to your makefile could help...
Code: Select all
BUILD_PRX = 1
PSP_FW_VERSION = xxx (enter yours)
- Mon Jun 22, 2009 1:13 am
- Forum: PSP Development
- Topic: Question about kernel libc
- Replies: 5
- Views: 2379
Question about kernel libc
Hi,
I found myself in a need of functions like vsprintf and/or vfprintf in my vsh plugin prx, but those function can't be found in kernel libc.
Is there any chance I could get those functions in kernel libc?
Or are there any other with similar functionality in kernel libc that I could use?
I found myself in a need of functions like vsprintf and/or vfprintf in my vsh plugin prx, but those function can't be found in kernel libc.
Is there any chance I could get those functions in kernel libc?
Or are there any other with similar functionality in kernel libc that I could use?
- Sun Jun 21, 2009 12:19 am
- Forum: PSP Development
- Topic: PSP's FLIRT
- Replies: 9
- Views: 4501
You might want to have a look at this: http://forums.ps2dev.org/viewtopic.php?t=11985
- Fri Jun 19, 2009 4:33 pm
- Forum: PSP Development
- Topic: Welcome to the PSP development forum!
- Replies: 14
- Views: 116205
Coldbird's comprehensive hooking sample:
http://forums.ps2dev.org/viewtopic.php?t=11894
hnaves' prx decompiler:
http://forums.ps2dev.org/viewtopic.php?t=11985
VLF gui thread:
http://forums.ps2dev.org/viewtopic.php? ... sc&start=0
http://forums.ps2dev.org/viewtopic.php?t=11894
hnaves' prx decompiler:
http://forums.ps2dev.org/viewtopic.php?t=11985
VLF gui thread:
http://forums.ps2dev.org/viewtopic.php? ... sc&start=0
- Fri Jun 19, 2009 4:31 pm
- Forum: PSP Development
- Topic: [HELP] Hooking sctrlSEGetVersion
- Replies: 6
- Views: 3356
- Thu Jun 18, 2009 9:10 pm
- Forum: PSP Development
- Topic: [SOLVED] Help Please!! error in Ubuntu 9.04 when compiling!!
- Replies: 4
- Views: 4040
- Thu Jun 18, 2009 8:53 pm
- Forum: PSP Development
- Topic: SceModule struct - bug in sdk?
- Replies: 4
- Views: 3498
- Thu Jun 18, 2009 10:16 am
- Forum: PSP Development
- Topic: SceModule struct - bug in sdk?
- Replies: 4
- Views: 3498
SceModule struct - bug in sdk?
Hi, I think there's either a bug in SceModule structure definition, or I missed something critical... the structure is here: http://dark-alex.org/pspsdk_docs/structSceModule.html I made a simple dump from what sceKernelFindModuleByName returned and this is what I got: (it's vshControl module) E4 3E ...
- Thu Jun 18, 2009 6:00 am
- Forum: PSP Development
- Topic: Question about GPL licence
- Replies: 5
- Views: 4308
Yes QT is now available under LGPL as well
see http://www.qtsoftware.com/downloads
see http://www.qtsoftware.com/downloads
- Wed Jun 17, 2009 1:37 am
- Forum: PSP Development
- Topic: Some calls dont get hooked (in vsh mode) (solved)
- Replies: 5
- Views: 7189
Yes I read that tutorial by Coldbird, but Im afraid my func is ufortunatelly one of the unhookable ones, Ill try to figure out why... Anyway, thanks for help... EDIT: alright, I resolved the problem, the functions I need now get hooked ok. Here's the link to Coldbird's sample in case someone came ac...
- Tue Jun 16, 2009 11:56 pm
- Forum: PSP Development
- Topic: Some calls dont get hooked (in vsh mode) (solved)
- Replies: 5
- Views: 7189
- Tue Jun 16, 2009 9:53 pm
- Forum: PSP Development
- Topic: Some calls dont get hooked (in vsh mode) (solved)
- Replies: 5
- Views: 7189