Homebrew SysCheck HacksDen Edition

OriginalHamster

UStealthy
Member
Joined
Nov 2, 2008
Messages
3,380
Trophies
0
Age
44
XP
1,367
Country
Cote d'Ivoire
Got it working, I think I keep the libpng that comes with devkitPro, installed the grrlib one,I guess that's what happen.
Anyway, got my own background, I'm happy

Thanks for your patience JO :P
 

JoostinOnline

Certified Crash Test Dummy
OP
Member
Joined
Apr 2, 2011
Messages
11,005
Trophies
1
Location
The Twilight Zone
Website
www.hacksden.com
XP
4,339
Country
United States
SysCheck updated to v2.3.2. It fixes several bugs:
  • Disabled vIOS check on a real Wii because it was causing problems
  • Fixed the drive date bug (for real this time)
  • Fixed possible crash when there is no AHB access
  • Fixed crash when unknown System Menu version is installed
 

Larsenv

Dr. Wii, Ph.D
Member
Joined
Sep 28, 2013
Messages
870
Trophies
2
Website
larsenv.xyz
XP
3,284
Country
United States
I know how I can probably get it working if you wanted me to do it, since I know a little about HTML and my own web server to host it on.

:P

I can even change the CSS to a nice dark look like the homebrew application.
 

lprot

Member
Newcomer
Joined
Aug 21, 2015
Messages
23
Trophies
0
Age
46
XP
109
Country
JoostinOnline can you please add decrypted content of the nand:/title/00000001/00000002/data/setting.txt to the log? That could be great. As it allows to compare number on the sticker of console and the one in nand.

I decrypted mine with this code:
Code:
#!/usr/bin/python
data = open("setting.txt").read()
datao = ""
magic = 0x73B5DBFA
for c in data:
  datao += chr(ord(c) ^ (magic & 0xff))
  magic = (magic << 1) | (magic >> 31)
  open("decrypted.txt", "w").write(datao)

And the file content showed:
Code:
AREA=EUR MODEL=RVL-001(EUR) DVD=0 MPCH=0x7FFE CODE=LEF SERNO=serial num from sticker VIDEO=PAL GAME=EU

But you can use C++ code from here: http://devkitrice.googlecode.com/svn/trunk/libogc/libogc/conf.c
On some consoles this file can be deleted/absent so be aware of this :)

Also you could update the topic with link to dropboxed syscheck distribution as the current link is dead....
 

JoostinOnline

Certified Crash Test Dummy
OP
Member
Joined
Apr 2, 2011
Messages
11,005
Trophies
1
Location
The Twilight Zone
Website
www.hacksden.com
XP
4,339
Country
United States
Most of the content already is included. I wrote libCheckRegion to get everything that isn't available through conf.h. You can also use InspectMii to view everything in the file.

We're having some trouble with HacksDen at the moment. I apologize for the down time. You can download it here.
 

lprot

Member
Newcomer
Joined
Aug 21, 2015
Messages
23
Trophies
0
Age
46
XP
109
Country
Most of the content already is included. I wrote libCheckRegion to get everything that isn't available through conf.h. You can also use InspectMii to view everything in the file.

We're having some trouble with HacksDen at the moment. I apologize for the down time. You can download it here.
Good. Just serial number is not available in current logs?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    OctoAori20 @ OctoAori20: Nice nice-