mirror of
https://github.com/ajgon/bgtoolset
synced 2023-06-02 23:13:21 +00:00
add missing firmwares from 4.80 to 4.87
closes #4 Co-authored-by: dracinn <dracinn@gmail.com>
This commit is contained in:
parent
68f4c41c68
commit
4372259963
13 changed files with 79 additions and 3 deletions
14
.github/workflows/validate_firmware.yml
vendored
Normal file
14
.github/workflows/validate_firmware.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Validate firmware
|
||||
on:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
firmware-check:
|
||||
name: Validate firmware
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Validate firmware
|
||||
run: "cd files && md5sum -c nofsm_patch_md5.sum && sha1sum -c nofsm_patch_sha1.sum"
|
|
@ -15,7 +15,7 @@ Ps3xploit team. If you find these tools useful, please consider a donation via P
|
|||
|
||||
- **This is NOT official repository of bgtoolset**. It's a dump which I made for myself, to be able jailbreak my console if for whatever reason [Ps3Xploit](https://www.ps3xploit.com/)
|
||||
website goes down.
|
||||
- **Use this mirror as a last resort** - you should always go to [bgtoolset page](https://www.ps3xploit.net/bgtoolset/) first, and use tools provided there.
|
||||
- **Use this mirror as a last resort** - you should always go to [bgtoolset page](https://www.ps3xploit.me/) first, and use tools provided there.
|
||||
Not only they are more reliable, and written by people who actually know what they're doing - they're also always up to date.
|
||||
- **I'm not responsible for any damage you may do to your console**. This stuff if used inproperly, can brick your PS3.
|
||||
- Some people tested this dump on their consoles, and it worked without any issues. However I do not guarantee that it will work for you. See [Tested consoles][#tested-consoles].
|
||||
|
@ -29,4 +29,8 @@ website goes down.
|
|||
|---------|------------|----------|:------:|---------------------------------------------------------------------|
|
||||
| SLIM | CECH-2503B | 4.88 | ✅ | E-mail info |
|
||||
| SLIM | CECH-2504 | 4.88 | ✅ | [Twitter](https://twitter.com/leerz25/status/1555749812988809216#m) |
|
||||
| FAT | CECH-J03 | 4.87 | ✅ | Myself |
|
||||
| FAT | CECH-J03 | 4.87 | ✅ | ajgon |
|
||||
|
||||
## Contributors
|
||||
|
||||
- [@dracinn](https://github.com/dracinn)
|
||||
|
|
42
file3.php
42
file3.php
|
@ -28,6 +28,46 @@ $files = array(
|
|||
'type' => 'application/x-javascript',
|
||||
'kind' => 'js',
|
||||
),
|
||||
'nofsm_patch_480.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_480.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_481.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_481.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_482.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_482.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_483.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_483.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_484.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_484.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_485.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_485.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_486.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_486.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_487.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_487.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
'kind' => 'bin',
|
||||
),
|
||||
'nofsm_patch_488.bin' => array(
|
||||
'path' => __DIR__ . '/files/nofsm_patch_488.bin',
|
||||
'type' => 'application/octet-stream',
|
||||
|
@ -39,7 +79,7 @@ $item = $files[$file];
|
|||
|
||||
if(!file_exists($item['path'])) {
|
||||
http_response_code(404);
|
||||
exit;
|
||||
exit
|
||||
}
|
||||
|
||||
header('Content-Type: ' . $item['type']);
|
||||
|
|
BIN
files/nofsm_patch_480.bin
Normal file
BIN
files/nofsm_patch_480.bin
Normal file
Binary file not shown.
BIN
files/nofsm_patch_481.bin
Normal file
BIN
files/nofsm_patch_481.bin
Normal file
Binary file not shown.
BIN
files/nofsm_patch_482.bin
Normal file
BIN
files/nofsm_patch_482.bin
Normal file
Binary file not shown.
BIN
files/nofsm_patch_483.bin
Normal file
BIN
files/nofsm_patch_483.bin
Normal file
Binary file not shown.
BIN
files/nofsm_patch_484.bin
Normal file
BIN
files/nofsm_patch_484.bin
Normal file
Binary file not shown.
BIN
files/nofsm_patch_485.bin
Normal file
BIN
files/nofsm_patch_485.bin
Normal file
Binary file not shown.
BIN
files/nofsm_patch_486.bin
Normal file
BIN
files/nofsm_patch_486.bin
Normal file
Binary file not shown.
BIN
files/nofsm_patch_487.bin
Normal file
BIN
files/nofsm_patch_487.bin
Normal file
Binary file not shown.
9
files/nofsm_patch_md5.sum
Normal file
9
files/nofsm_patch_md5.sum
Normal file
|
@ -0,0 +1,9 @@
|
|||
d8bb229d2d802acccc0345031ee01d83 nofsm_patch_480.bin
|
||||
0bbb87121684b43e6727a459365f04ff nofsm_patch_481.bin
|
||||
32b8c0f25884933a00d1e924f84b2a68 nofsm_patch_482.bin
|
||||
2284cfdb950d14ca199ad9469aaa1ec4 nofsm_patch_483.bin
|
||||
ed1f431ac996d2ab06ea40a7193d4912 nofsm_patch_484.bin
|
||||
99ffe0a761bee3e0668ba919cbfe4cf4 nofsm_patch_485.bin
|
||||
0669179877ae23f5c918e6e62e930bac nofsm_patch_486.bin
|
||||
1efb54b005b09a10e436f9c76e51d870 nofsm_patch_487.bin
|
||||
ea9f81a031a7b6701560b3501712df1a nofsm_patch_488.bin
|
9
files/nofsm_patch_sha1.sum
Normal file
9
files/nofsm_patch_sha1.sum
Normal file
|
@ -0,0 +1,9 @@
|
|||
9a8a1901b4f68ec1149e3a09eecb600df6b8c5f5 nofsm_patch_480.bin
|
||||
fbccae92dd7e1908aa8251986d43598d8ec9ebaf nofsm_patch_481.bin
|
||||
1d50d03e4c446da2a547bf5e182900ff0d6ac1c7 nofsm_patch_482.bin
|
||||
30333fb94c437200812058206e26d62030c13dfc nofsm_patch_483.bin
|
||||
846499da8ea6b193a937a9ba5f1c9236d0e020d3 nofsm_patch_484.bin
|
||||
cd245ab93753a31eff19b8f8a4b55f0ee08a85c2 nofsm_patch_485.bin
|
||||
ab9224b4acf307ca4600684a066edb506f77dec3 nofsm_patch_486.bin
|
||||
231488e8664b62ea10998f71e0a5ba677e1bdb8d nofsm_patch_487.bin
|
||||
f0588f24db7e793256f8de08948ef23340b3bff3 nofsm_patch_488.bin
|
Loading…
Reference in a new issue