Git Product home page Git Product logo

pett's People

Contributors

alexandersss avatar caio99br avatar easyriderishere avatar erikpshat avatar esc0rtd3w avatar hexcsl avatar humanshield89 avatar minicm94123 avatar ps3xploit avatar ripp3rkos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pett's Issues

Is Filesize limited ??

Issue checklist

Note: these are not necessarily requirements

  • [yes ] Tested with latest version of GitHub
  • [no ] Reported on Twitter or Official Thread

PS3 FirmWare: 4.82 OFW

PS3 Model : CECH-2001A

i have try to copy files that have size of : 1-15 mb

and its worked perfect but when try to copy 1GB file the console freeze

PS3 Freeze

Issue Description

Latest Master Checkout make my PS3 CHECH3004A Freeze

iam trying (for test purposes of course) to load my backup lic.edat to the new ps3
the rop is found but when I execute it, I see that my usb drive is flashing up, so it tries to read the file.
then its just freezes, nothing happens again.
while the usb drive is flashing up, its freezing...

i don't know if it fails to read the file or copying it, but I used the drive to backup my ps3.

source is of course my usb root lic file.
destination is game/GAMEID/LICDIR

NOR Chip selected of course.

Issue Checklist

Note: these are not necessarily requirements

  • [y ] Tested with latest version of GitHub
  • [ n] Reported on Twitter or Official Thread

PS3 FirmWare

4.80

PS3 Model

CHECH3004A

How do these colors work in nl_nl?

// Fail Search Messages

// Fail Search Messages
var msg_string_search_fail="<h3><b><font color = '# 7700DA'> Niet alle offsets gevonden! </ font> <font color = '# 7700DA'> Als Zoeken opnieuw mislukt, pas dan de zoekinstellingen of de RESTART-browser aan! </b></font></h3>";
var msg_string_search_fail_max="<h3><b><font color = '# 7700DA'> Niet alle offsets gevonden! </font> <font color = '# 7700DA'> Max opnieuw geprobeerd pogingen! Gelieve de browser opnieuw te starten! </B></font></h3>";

// Verify Strings Fail
var msg_string_verify_fail="<h3><b> <font color = '# 7700DA'> heeft niet alle offsets gecontroleerd! </font> <font color = '# 7700DA'> Als Verifiëren opnieuw mislukt, browser RESTART! </b></font></h3>";
var msg_string_verify_fail_max="<h3><b> <font color = '# 7700DA'> heeft niet alle offsets gecontroleerd! </font> <font color = '# 7700DA'> Max opnieuw geprobeerd pogingen! Gelieve de browser opnieuw te starten! </B></font></h3>";

// Init Success
var msg_success_init="<h3><b> <font color = '# 386E38'> SUCCESS! </font> <font color = '# 7700DA'> <br> U kunt nu uw keten uitvoeren! </font></b></h3>";

// Exec Success
var success_chain_exec="<h3><b> <font color = '# 386E38'> Chain met succes uitgevoerd! </font></b></h3>";
var success_chain_exec_press_again="<h3> <b> <font color = '# 386E38'> Druk nogmaals op de knop Execute </font></b></h3>";
var success_chain_exec_psid="<h3><b> <font color = '# 386E38'> PSID is met succes gedumpt! </font> </b> </h3>";
var success_chain_exec_idps="<h3><b> <font color = '# 386E38'> IDPS met succes gedumpt! </font></b></h3>";
var success_chain_exec_memdump="<h3><b> <font color = '# 386E38'> Geheugen gedumpt met succes! </font></b></h3>";
var success_chain_exec_read_write_file="<h3><b> <font color = '# 386E38'> bron naar bestemming geslaagd! </font></b></h3>";
var success_mount_device="<h3> <b> <font color = '# 386E38'> succesvol gemonteerd /dev_hdd1/! Start de browser opnieuw en voer de R/W-bestandsketen uit om te dumpen. </Font></b></h3>";

...

// String Matching
var verify_fail="<font color = '# 7700DA'> FAAL: Strings komen niet overeen in het geheugen! </font>";
var verify_success="<font color = '# 2a1003'> SUCCESS: Strings Match in Memory! </font>";
var verify_skip="<font color = '# 2a1003'> SUCCESS: Geen strings in het geheugen! </font>";

"Read/Write" File "form/to" dev_flash

Issue checklist

Note: these are not necessarily requirements

  • Tested with latest version of GitHub
  • Reported on Twitter or Official Thread

PS3 FirmWare 4.82 OFW

PS3 Model CECH-2001A

I have tested read/write from dev_flash but it didnt work the file on usb showes size of 0 byte
and when try to write file form usb to dev_flash it didnt write anything plz guys explain what to modify to make it work.

Mount not working?

Issue checklist

Hi. I tried to use the mount chain (device: CELL_FS_IOS:USB_MASS_STORAGE000, fs: CELL_FS_FAT, path: /dev_hdd0/photo) via PETT and no mount occurred. The photos were still saved in hdd0 and were not displayed from the flash drive. Is this even possible and will it work?

  • Tested with latest version of GitHub
  • Reported on Twitter or Official Thread

PS3 FirmWare

CEX 4.82

PS3 Model

CECH-4208C

system to usb

untitled

Issue checklist

Note: these are not necessarily requirements

  • Tested with latest version of GitHub
  • Reported on Twitter or Official Thread

PS3 FirmWare 4.82

PS3 Model cech43008a

The memory size for the memory dump is incorrect.

In the text of the page you ask to enter the start and end address, but in the function saveMemdumpValues() you use the end address as the size of the dump.

<b><span class="white" id="gui_txt_memdump_address_end"></span></b>
<textarea id="marked_memdump_size_edit" name="marked_memdump_size_edit" cols="10" rows="1"></textarea>&nbsp;
<button id="memdump_save_new_values" onclick="saveMemdumpValues();"><span id="gui_txt_btn_memdump_set_values"></span></button>
function saveMemdumpValues()
{	
	var x;
	memdump_addr=parseInt(marked_memdump_addr_edit.value);
	memdump_size=parseInt(marked_memdump_size_edit.value);

The simplest way to fix the function is saveMemdumpValues() and calculate the size.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.