Homebrew SysCheck HacksDen Edition

  • Thread starter Thread starter JoostinOnline
  • Start date Start date
  • Views Views 72,764
  • Replies Replies 131
  • Likes Likes 14
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
 
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
 
JoostinOnline, do you have SysCheck logo in high quality? Can you post it?
That's the highest resolution I have it in. After making the one for the background, I didn't feel like re-doing the whole thing just for a banner.
 
  • Like
Reactions: OriginalHamster
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.
 
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....
 
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.
 
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