GBAtemp.net logo
GBAtemp.net navigation bar
Welcome Guest ( Log In | Register )  ·  Forum rules · Site Index


15 Pages V   1 2 3 > »   
 Reply to this topic Start new topic Start Poll 
Trucha Bug Restorer release
WiiPower
post Jul 4 2009, 04:15 PM
Post #1


GBAtemp Guru
Group Icon

Group: Members
Posts: 6,224
Joined: 17-October 08
Member No.: 139,019

 



Download links:
1.13:
http://www.mediafire.com/?qzmqirhnuyz

1.12:
http://www.mediafire.com/?zzizmxhtzzn

1.11:
http://www.mediafire.com/?kzojozjmxtj

1.1:
http://gbatemp.net/index.php?download=7340
(compatible with system menu up to 4.2)

1.0:
http://gbatemp.net/index.php?download=6378
(compatible with system menu up to 4.1)

Only use it when you have an idea what the trucha bug is and why you need it. See readme for details.



This post has been edited by WiiPower: Jun 22 2010, 01:11 PM
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
Sponsored Links
post
Post #












ShopTemp.com
FileTrip & GBAtemp's Partner Shop now open!
Amazing deals, free shipping, loads of cool gadgets and flashcarts!
- Acekard 2i: under $15
- R4 DS Revolution: $6 only
- Supercard DSTWO: under $35
- Tons of gadgets and cheap gifts under $5
And much more! Check it out now!
Go to the top of the pageUser's Wiki pageFriend Codes
Quote Post
ExLex
post Jul 4 2009, 05:00 PM
Post #2


Advanced Member
**

Group: Newcomers
Posts: 52
Joined: 21-April 07
Member No.: 75,965

 



Hi WiiPower,

Excelent job with this software, very useful for get trucha bug.

I have a question about your source:

The actuals cIOS 249 or cIOS 222 had a problem with DLC, they do a diferent encryption method for DLCs... In your code had the same function:

CODE
if (nand_patch)
{
    printf("Patching nand permissions in ES module(#%u)...", index);
    nand = patch_patch_fsperms(ios->decrypted_buffer[index], ios->buffer_size[index]);
    printf("patch applied %u time(s)\n", nand);        
}


This funtion dont is in cIOS of USB, can be this the function for do that job???
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
WiiPower
post Jul 4 2009, 05:09 PM
Post #3


GBAtemp Guru
Group Icon

Group: Members
Posts: 6,224
Joined: 17-October 08
Member No.: 139,019

 



I'm almost sure Waninkoko's cIOS has exactly the same nand permissions patch integrated. I got the code from him, and the cIOS has extended nand permissions.
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
ExLex
post Jul 4 2009, 05:17 PM
Post #4


Advanced Member
**

Group: Newcomers
Posts: 52
Joined: 21-April 07
Member No.: 75,965

 



Ok...

Im almost sure that ES module do the encryption method, right?

Also i had this function too in ur source, rijndael.c:

CODE
void aes_set_key(u8 *key) {
  gentables();
  gkey(4, 4, (char *)key);
}


In a source of cIOS 222, he change this line:

gkey(4, 4, (char *)key); -> gkey(4, 4, (void *)key);

is there "void" a issue?
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
WiiPower
post Jul 4 2009, 05:23 PM
Post #5


GBAtemp Guru
Group Icon

Group: Members
Posts: 6,224
Joined: 17-October 08
Member No.: 139,019

 



QUOTE(ExLex @ Jul 4 2009, 06:17 PM) *
Ok...

Im almost sure that ES module do the encryption method, right?

Also i had this function too in ur source, rijndael.c:

CODE
void aes_set_key(u8 *key) {
  gentables();
  gkey(4, 4, (char *)key);
}


In a source of cIOS 222, he change this line:

gkey(4, 4, (char *)key); -> gkey(4, 4, (void *)key);

is there "void" a issue?


It works, so i don't think there's an issue. I had some compiler warning related to the encryption, could be there. I got rid of the warning by doing a proper cast.
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
muzz
post Jul 4 2009, 05:30 PM
Post #6


GBAtemp Regular
***

Group: Members
Posts: 161
Joined: 22-July 08
Member No.: 131,420

 



Thanks WiiPower. You always make great handy apps that eradicate the need to do convoluted processes as a means to an end. Cheers! Nice work. Unfortunately by the time I am able to spank the Wii I have in mind you'll have plenty of feedback and possibly other revisions released. As always, appreciated!
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
computerboy
post Jul 4 2009, 05:33 PM
Post #7


MFCPU FTW (It's a BFH clan)
*****

Group: Members
Posts: 802
Joined: 20-September 08
From: BFH shooting peoples heads off
Member No.: 135,678

 



Thanks WiiPower exactly what I needed
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
Midna
post Jul 4 2009, 05:35 PM
Post #8


I'm quite hardcore gamer
*****

Group: Members
Posts: 789
Joined: 13-April 08
From: Hyrule, Canada
Member No.: 122,809

 



Cool. Nice work, WiiPower.
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
FenrirWolf
post Jul 4 2009, 06:21 PM
Post #9


GBAtemp Psycho!
Group Icon

Group: Members
Posts: 3,477
Joined: 19-November 08
Member No.: 143,553

 



So if I read the readme right, this thing will work even on a Wii without any existing trucha-bugged IOS by downgrading IOS15 and then using it to patch other IOS's. That's pretty cool. That method wouldn't work on a LU64-type Wii, right?
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
Benjay
post Jul 4 2009, 06:26 PM
Post #10


Hardstyle Addict
*****

Group: Members
Posts: 781
Joined: 25-May 09
From: Amiens
Member No.: 180,305

 



QUOTE(WiiPower @ Jul 4 2009, 05:15 PM) *
And i want as many as possible confirmations that this installs trucha capable IOS on boot2v4/LU64+ Wiis.


i think it does.
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
FenrirWolf
post Jul 4 2009, 06:32 PM
Post #11


GBAtemp Psycho!
Group Icon

Group: Members
Posts: 3,477
Joined: 19-November 08
Member No.: 143,553

 



If it installs them on virgin boot2v4 Wiis, that's pretty cool. I'm afraid I don't have one to test it on.
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
WiiPower
post Jul 4 2009, 06:34 PM
Post #12


GBAtemp Guru
Group Icon

Group: Members
Posts: 6,224
Joined: 17-October 08
Member No.: 139,019

 



For now i only have 1 confirmation.
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
grama
post Jul 4 2009, 06:54 PM
Post #13


Member
*

Group: Newcomers
Posts: 25
Joined: 4-December 08
From: Brazil
Member No.: 146,157

 



Download link is not working, could somebody post a working link? Thanks!
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
HiBit
post Jul 4 2009, 07:01 PM
Post #14


GBAtemp Fan
****

Group: Members
Posts: 464
Joined: 19-June 09
Member No.: 184,028

 



QUOTE(grama @ Jul 4 2009, 07:54 PM) *
Download link is not working, could somebody post a working link? Thanks!

It's ok, but you can try this link without forwarding:
http://gbatemp.net/downloads/[6378]TBR1.0.zip


Edit:
Btw, thx @ WiiPower the tool work fine on 4.0e(NO LU!).

This post has been edited by HiBit: Jul 4 2009, 07:49 PM
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
kyogc
post Jul 4 2009, 07:12 PM
Post #15


GBAtemp Fan
****

Group: Members
Posts: 323
Joined: 25-November 08
Member No.: 144,403

 



NVM.


This post has been edited by kyogc: Jul 4 2009, 09:23 PM
Profile Card
Go to the top of the pageUser's Wiki pageFriend Codes
+Quote Post
Sponsored Links
post
Post #












ShopTemp.com
FileTrip & GBAtemp's Partner Shop now open!
Amazing deals, free shipping, loads of cool gadgets and flashcarts!
- Acekard 2i: under $15
- R4 DS Revolution: $6 only
- Supercard DSTWO: under $35
- Tons of gadgets and cheap gifts under $5
And much more! Check it out now!
Go to the top of the pageUser's Wiki pageFriend Codes
Quote Post
« Next Oldest · Wii - Hacking · Next Newest »
 

15 Pages V   1 2 3 > » 
Reply to this topic Start new topic 

> 3 User(s) are reading this topic (3 Guests and 0 Anonymous Users)
0 Members:
 





Privacy Policy
ShopTemp.fr, R4 et flashcarts pour consoles portables! Frais de port gratuit, soldes et offres toute l'année!

This website is part of the GBATEMP NETWORK :: GBAtemp.net :: FileTrip.net :: ShopTemp.com