• Home
  • Downloads
  • EBOOT Fixes
  • Forums
  • New Posts
  • Register
    • Welcome, Register Now! 
    • Premium VIP Membership
    • PS3 Sticky
      • PS3 CFW & MFW
      • PS3 Debug Firmware
      • PS3 Decrypted PSN Links for CFW
      • PS3 Downloads
      • PS3 EBOOT.BIN Original File Links
      • PS3 Firmware
      • PS3 Game Releases List
      • PS3 Guides & Tutorials
      • PS3 Hacking Guides and Tutorials
      • PS3 Hacks & JailBreak
      • PS3 Help & Support
      • PS3 JailBreak Game Compatibility List
      • PS3 JB2 / True Blue (TB) Game Links
      • PS3 multiMAN Updates
      • PS3 Resources
      • PS3 Reviews
      • PS3 Save Files Repository
      • PS3 Themes
      • PS3 Trophies List
      • PS3 Videos
      • PS Vita Trophies List
    • Quick Links
      • Affiliates
      • Contact Us
      • FAQ
      • Post News
      • Site Rules
      • Tag Cloud
 

TrueAncestor PKG Creator v1.0 PS3 Homebrew Application Arrives

Category: PS3 Hacks & JailBreak  By: PS3 News - (rghost.net)
Tags: trueancestor pkg creator v1.0 ps3 homebrew applications jjkkyu ps3 ps3 hax ps3 hacks

27w ago - Following up on his previous PS3 TrueAncestor EBOOT Resigner updates, today PlayStation 3 homebrew developer JjKkYu has released a new application he calls TrueAncestor PKG Creator v1.0 with details below.

Download: TrueAncestor PKG Creator v1.0

To quote: Hi, mates

I bring you another TA series app - TrueAncestor PKG Creator. I hope you will like this powerful and easy-to-use pkg tool.

v1.0 Features:

1. No more typing command line.
2. No more editing conf file.
3. Support to create more than 10 types of pkg.
4. Support to load ContentID from pkg / auto-generate ContentID.
5. Manage pkg in one folder.
6. Instructions for n00bs.

Tip: To find ContentID PSN Games (echo ContentID = XX0999-NPWR02172_00-PURCHASEDLICENSE>package.conf) for extracted games that don't have PS3_DISC.SFB for the ContentID there are three methods:

1. From PKG, you can use the creator and choose option 6 to load ContentID from PKG.
2. From EBOOT, you can open an EBOOT with a hex editor, search "NPD" in ascii, and you get it.
3. From EDAT contained in PSN game or DLC, open EDAT with a hex editor, ContentID is in the first 3 lines.






Stay tuned for more PS3 Hacks and PS3 CFW news, follow us on Twitter and be sure to drop by the PS3 Hacks and PS3 Custom Firmware Forums for the latest PlayStation 3 scene updates and homebrew releases!

Comments 211 Comments - Go to Forum Thread »

Errors

The following errors occurred with your submission

Okay

Quick Reply Quick Reply

  • Decrease Size
    Increase Size
  • Wrap [QUOTE] tags around selected text
Posting Quick Reply - Please Wait Posting Quick Reply - Please Wait
niwakun's Avatar
#31 - niwakun - 54w ago
Reply
does anyone have the ldr_curves, vsh_curves or how to obtain them. thanks

Reborn's Avatar
#30 - Reborn - 54w ago
Reply
this look like it could come in handy!

NTA's Avatar
#29 - NTA - 54w ago
Reply
Console applications too good. Dunno why I used to hate them so much lol. Thanks for the update!

PS3 News's Avatar
#28 - PS3 News - 54w ago
Reply
Following up on his previous release, today PlayStation 3 developer naehrwert (with flat_z's help) has updated PS3 SCETool v0.2.7 which adds local NP license handling among the changes outlined below.

Download: http://www.sendspace.com/file/1zijqn / http://uploadmirrors.com/download/8VFRIMNX/zlib125-dll.zip (Required) / http://uploadmirrors.com/download/A92XWOLS/ScetoolGui.rar / http://uploadmirrors.com/download/1GFDF73Y/scetool_v0_2_7_full.zip / http://www.mediafire.com/?rww9jucoldzwz1l

scetool 0.2.7 [public build] (C) 2011-2012 by naehrwert
NP local license handling (C) 2012 by flatz

Setup:

• /data/keys : Keyfile.
• /data/ldr_curves : Loader curves (7744 bytes).
• /data/vsh_curves : VSH curves (360 bytes).
• /data/idps : IDPS as binary file
• /data/act.dat : act.dat
• /rifs/* : *.rif files
• /raps/* : *.rap files

Keyfile format:


[keyname]
type={SELF, RVK, PKG, SPP, OTHER}
revision={00, ..., 18, 8000}
version={..., 0001000000000000, ...}
self_type={LV0, LV1, LV2, APP, ISO, LDR, UNK_7, NPDRM}
key=...
erk=...
riv=...
pub=...
priv=...
ctype=...
Keyset example:


[metldr]
type=SELF
revision=00
self_type=LDR
erk=0000000000000000000000000000000000000000000000000000000000000000
riv=00000000000000000000000000000000
pub=00000000000000000000000000000000000000000000000000000000000000000000000000000000
priv=000000000000000000000000000000000000000000
ctype=00
NPDRM key(set) names:

• [NP_tid]: Title ID OMAC1 key.
• [NP_ci]: Control info OMAC1 key.
• [NP_klic_free]: Free klicensee.
• [NP_klic_key]: klicensee key.
• [NP_idps_const]: IDPS constant.
• [NP_rif_key]: rif key.
• [NP_sig]: Footer signature ECDSA keyset.

Help text:


USAGE: scetool [options] command
COMMANDS Parameters Explanation
-h, --help Print this help.
-k, --print-keys List keys.
-i, --print-infos file_in Print SCE file info.
-d, --decrypt file_in file_out Decrypt/dump SCE file.
-e, --encrypt file_in file_out Encrypt/create SCE file.
OPTIONS Possible Values Explanation
-v, --verbose Enable verbose output.
-r, --raw Enable raw value output.
-0, --sce-type SELF/RVK/PKG/SPP SCE File Type
-1, --compress-data TRUE/FALSE(default) Whether to compress data or not.
-s, --skip-sections TRUE(default)/FALSE Whether to skip sections or not.
-2, --key-revision e.g. 00,01,...,0A,... Key Revision
-m, --meta-info Use provided meta info to decrypt.
-3, --self-auth-id e.g. 1010000001000003 Authentication ID
-4, --self-vendor-id e.g. 01000002 Vendor ID
-5, --self-type LV0/LV1/LV2/APP/ISO/
LDR/NPDRM SELF Type
-6, --self-fw-version e.g. 0003004100000000 Firmware Version
-7, --self-add-shdrs TRUE(default)/FALSE Whether to add ELF shdrs or not.
-8, --self-ctrl-flags 32 bytes Override control flags.
-9, --self-cap-flags 32 bytes Override capability flags.
-b, --np-license-type LOCAL/FREE License Type
-c, --np-app-type SPRX/EXEC/UPDATE App Type
-f, --np-content-id Content ID
-l, --np-klicensee 16 bytes Override klicensee.
-g, --np-real-fname e.g. EBOOT.BIN Real Filename
-j, --np-add-sig TRUE/FALSE(default) Whether to add a NP sig. or not.
Version 0.2.7:

• Added local NP license handling.
• Added option to override klicensee.
• Added option to disable section skipping (in SELF generation).

Regarding the PS3 SCETool Scripts (linked above): This is a nice little set of batch scripts that someone made to work along side SCETool.

Use the GETSELFINFO.bat to figure out what version your EBOOT (my copy of Resistance 3 was ver. 3.65) is which helped explain why some EBOOTs couldn't be modified. Don't forget to grab the Conent ID if you're changing the EBOOT from an update.

Finally, in related news keperfear has made a https://anonfiles.com/file/a17421e036198d752dac48901e8b6208 stating that you will need to have at least .Net 3.0 Framework installed to use it.


More PlayStation 3 News...

PS3 News's Avatar
#27 - PS3 News - 61w ago
Reply
Following up on his previous revision, today PlayStation 3 developer naehrwert has updated PS3 SCETool v0.2.5 which utilizes metadata information for decryption among the changes outlined below.

Download: http://www.mediafire.com/?11g1md9zgbga6bg / http://uploadmirrors.com/download/8VFRIMNX/zlib125-dll.zip (Required)

scetool 0.2.5 public build (C) 2011-2012 by naehrwert

Setup:

• /data/keys : Keyfile.
• /data/ldr_curves : Loader curves (7744 bytes).
• /data/vsh_curves : VSH curves (360 bytes).

Keyfile format:


[keyname]
type={SELF, RVK, PKG, SPP, OTHER}
revision={00, ..., 18, 8000}
version={..., 0001000000000000, ...}
self_type={LV0, LV1, LV2, APP, ISO, LDR, UNK_7, NPDRM}
key=...
erk=...
riv=...
pub=...
priv=...
ctype=...
Keyset example:


[metldr]
type=SELF
revision=00
self_type=LDR
erk=0000000000000000000000000000000000000000000000000000000000000000
riv=00000000000000000000000000000000
pub=00000000000000000000000000000000000000000000000000000000000000000000000000000000
priv=000000000000000000000000000000000000000000
ctype=00
NPDRM key(set) names:

• [NP_tid]: Title ID OMAC1 key.
• [NP_ci]: Control info OMAC1 key.
• [NP_klic_free]: Free klicensee.
• [NP_klic_key]: Klicensee key.
• [NP_sig]: Footer signature ECDSA keyset.

Help text:


USAGE: scetool [options] command
COMMANDS Parameters Explanation
-h, --help Print this help.
-k, --print-keys List keys.
-i, --print-infos file_in Print SCE file info.
-d, --decrypt file_in file_out Decrypt/dump SCE file.
-e, --encrypt file_in file_out Encrypt/create SCE file.
OPTIONS Possible Values Explanation
-v, --verbose Enable verbose output.
-r, --raw Enable raw value output.
-0, --sce-type SELF/RVK/PKG/SPP SCE File Type
-1, --compress-data TRUE/FALSE(default) Whether to compress data or not.
-2, --key-revision e.g. 00,01,...,0A,... Key Revision
-m, --meta-info Use provided meta info to decrypt.
-3, --self-auth-id e.g. 1010000001000003 Auth ID
-4, --self-vendor-id e.g. 01000002 Vendor ID
-5, --self-type LV0/LV1/LV2/APP/ISO/
LDR/NPDRM SELF Type
-6, --self-fw-version e.g. 0003004100000000 Firmware Version
-7, --self-add-shdrs TRUE(default)/FALSE Whether to add ELF shdrs or not.
-8, --self-ctrl-flags Override control flags.
-9, --self-cap-flags Override capability flags.
-b, --np-license-type FREE License Type
-c, --np-app-type SPRX/EXEC/UPDATE App Type
-f, --np-content-id Content ID
-g, --np-real-fname e.g. EBOOT.BIN Real Filename
-j, --np-add-sig TRUE/FALSE(default) Whether to add a NP sig. or not.
History:

Version 0.2.5:

• Added option to use provided metadata info for decryption.
• "PS3" path environment variable will now be searched for keys/ldr_curves/vsh_curves too.
Version 0.2.4:
• Added option to display raw values.
• Moved factory Auth-IDs to (as they are on ps3devwiki now).

Version 0.2.2:

• Added options to override control/capability flags (32 bytes each).
• Fixed where a false keyset would crash scetool when decrypting a file.
• Some source level changes and optimizations.

Version 0.2.1:

• zlib is required to use scetool.
• 'sdk_type' was changed to 'revision' in data/keys.

Greetings to: you know who you are!


More PlayStation 3 News...

Page 37 of 43 «‹3536373839›LAST »

Related PS3 News and PS3 CFW Hacks or JailBreak Articles

• Simple PS3Updates v1.6 Build 2 Final PS3 Homebrew App Updated
• Video: Super Pixel Jumper v1.2 PS3 Homebrew Game is Released
• Video: Pointman: The Akkadian Wars PS3 Homebrew Game Arrives
• PSPMinis / PS3Minis / Bite v1.5.1 Update for PS3 is Now Released
• PS3 Fan Control Utility v1.7 for PS3 CFW CEX 3.41 to 4.41 Arrives
• PSPMinis / PS3Minis / Bite v1.5 for PS3 with PSP Homebrew Support
Affiliates  NewsNow  Privacy  PS3 CFW & MFW  PS3 Hacks & JailBreak  PS3 Reviews  PS3 Videos  © 2013 PlayStation 3 News

PlayStation 3 Links

• Contact Us E-Mail
• PS3 Affiliates
• PS3 CFW & MFW
• PS3 Debug Firmware
• PS3 Decrypted PSN Links for CFW
• PS3 Downloads
• PS3 EBOOT.BIN Original File Links
• PS3 Firmware
• PS3 Game Releases List
• PS3 Guides & Tutorials
• PS3 Hacking Guides and Tutorials
• PS3 Hacks & JailBreak
• PS3 Help & Support
• PS3 JailBreak Game Compatibility List
• PS3 JB2 / True Blue (TB) Game Links
• PS3 multiMAN Updates
• PS3 News Forums
• PS3 News Site FAQ
• PS3 News Site Advertising FAQ
• PS3 News Site Posting FAQ
• PS3 News Site Privacy FAQ
• PS3 News Site Rules
• PS3 News Site Tag Cloud
• PS3 News Site Terms
• PS3 Resources
• PS3 Reviews
• PS3 Save Files Repository
• PS3 Themes
• PS3 Trophies List
• PS3 Videos
• PS Vita Trophies List

PlayStation 3 News Discussions
PSN Games Decrypted for PS3 Custom Firmware 3.55 by DUPLEX! - 2m ago

xchris5's Avatar
Quote BLES01773-(EURO) can you upload the resident evil fix again please because its down thanks...
By xchris5 with
 8159 Comments »
PS3 CECH-2504A Jailbreak help? - 2h ago

windrider42's Avatar
Quote If its 3.40 , you only need to update it to 3.55 OFW From 3.55 OFW, you can install Latest Rebug or Rogero. Just do some reading of them both http:...
By windrider42 with
 1 Comment »
Introductions: Hello Everyone, I'm New at PS3News.com! - 3h ago

imonw1's Avatar
Quote Hi Im new too :P...
By imonw1 with
 7004 Comments »
Introductions: Hello Everyone, I'm New at PS3News.com! - 4h ago

pilou1305's Avatar
Quote hello, i'm pilou.. what's up everyone...
By pilou1305 with
 7004 Comments »

Latest PlayStation 3 Trophies
Call of Juarez: Gunslinger: Keep At It
Call of Juarez: Gunslinger: True Story
Call of Juarez: Gunslinger: Grows In The Telling
Call of Juarez: Gunslinger: Turkey Shoot

Latest PlayStation Vita Trophies
Men's Room Mayhem: Toilet Trouble
Men's Room Mayhem: Mayhem Master
Men's Room Mayhem: Hygiene Award
Men's Room Mayhem: Sand in the Face

Latest PlayStation 3 Releases
Resident Evil Revelations PS3-ANTiDOTE - 05-19-2013
Muvluv Alternative Total Eclipse JPN PS3-HR - 05-17-2013
Skate 2 EUR PS3-Googlecus - 05-16-2013
The Walking Dead A Telltale Games Series PS3-COLLATERAL - 05-15-2013

Latest PlayStation 3 Themes
Wolverine Origins PS3 Theme - 05-19-2013
Heavy Rain (Official) Dynamic PS3 Theme - 05-09-2013
Wipeout HD Fury Dynamic PS3 Theme - 05-06-2013
Batman Arkham City Dynamic PS3 Theme - 05-04-2013
  • Contact Us
  • -
  • PS3 News