Subidas las primeras "tools" publicadas para aprovechar el failoverflow

On viernes, 31 de diciembre de 2010 0 comentarios

Cuando se hizo público el video del team overflow sobre un nuevo método para meter linux en PS3 y obtener la posibilidad de firmado y cifrado de keys originales de Sony, hoy el team geohot a lanzado una aplicacion denominada dePKG que es un "firmware pakage decryter".





Unas aplicaciones que permiten desencriptar el firmware de ps3 usando linux, tal como nos mostraron en el video de ayer. No se sabe de donde la han conseguido pero, ya están publicadas las aplicaciones.La noticia original es la siguiente:

Geohot Releases dePKG - Firmware Package Decrypter


The famous Geohot resurfaced today, to release a useful app called dePKG. The app is very useful for devs that are planning to look into Sony's official firmware files. dePKG is a linux app that will decrypt PKG files (not to be confused with PSN PKG files) that are within PS3UPDAT.PUP files. This will allow devs to take a look at files such as CORE_OS_PACKAGE.pkg, from the convenience of their PC. Previously, the only way to take a look at these files was via graf_chokolo's method which utilized the PS3. Geohot's app is ready to be compiled and includes necessary decryption keys.

A continuación los links del paquete de aplicaciones necesarias:

ADVERTENCIA :ES SOLO PARA DESARROLLADORES


PUPXtractor_v0.3_by_Ac_K -----> MEGAUPLOAD - The leading online storage and file delivery service
depkg_win32_vtx ---------------> MEGAUPLOAD - The leading online storage and file delivery service
pastie-1419148 ----------------> MEGAUPLOAD - The leading online storage and file delivery service
depkg -------------------------> MEGAUPLOAD - The leading online storage and file delivery service

Parte de la metodologia


Extracting dev_flash and dev_flash3


extract and compile depkg.c (linux/osx/windows+cygwin):

gcc ./depkg.c -o depkg -lz -lssl

then extract PS3UPDAT.PUP with pup unpacker, find File_7.tar in extracted folder, untar it to new folder, you will get a lot of pkgs there and dev_flash files.

enter dir with extracted files, copy compiled depkg to it and run this bash script:

for i in `ls dev_flash*`; do ./depkg $i $i.tar ; tar -xvf ./$i.tar ; rm $i.tar; done

after it you will get content of dev_flash and dev_flash3 of firmware you choosed.
That was about it


La utilidad de estas herramientas son para poder extraer un archivo .self, que es el que trae la firma.Con esto se podría extraer,ponerle una firma original y luego volverlo a compilar.

SON APLICACIONES PARA EXTRAER EL ARCHIVO QUE LLEVA LA FIRMA DE SONY PARA LUEGO CAMBIÁRSELA Y VOLVER A COMPILAR EL ARCHIVO ORIGINAL YA FIRMADO POR "NOSOTROS". SON HERRAMIENTAS DIRIGIDAS A DESARROLLADORES DE SCENE.


Fuente: PS3sos.com

0 comentarios:

Publicar un comentario