Hacking Question How boot launchers bypass fusee checks?

Qubarf

Well-Known Member
OP
Member
Joined
Dec 14, 2018
Messages
239
Trophies
0
Age
33
XP
967
Country
Pakistan
I was just wondering how boot launchers such as hekate and sx os bypass fusee checks?
 

Adran_Marit

Walküre's Hacker
Member
Joined
Oct 3, 2015
Messages
3,781
Trophies
1
Location
42*South
XP
4,559
Country
Australia
I was just wondering how boot launchers such as hekate and sx os bypass fusee checks?

I assume they all use a similar method... this section of code is from the reinx bootloader.c source file

Code:
void bootloader() {

mbist_workaround();

clock_enable_se();

// This makes fuse registers visible
clock_enable_fuse(0x01);
check_sku();

// Check configuration fuses
check_config_fuses();

// Disables fuse programming until next reboot
FUSE(FUSE_PRIVATEKEYDISABLE) = 0x10;

// Setup memory controllers
mc_enable();

// Pre-Firmware setup
setup();
}

Beyond that I have no clue XD
 

Qubarf

Well-Known Member
OP
Member
Joined
Dec 14, 2018
Messages
239
Trophies
0
Age
33
XP
967
Country
Pakistan
I assume they all use a similar method... this section of code is from the reinx bootloader.c source file

Code:
void bootloader() {

mbist_workaround();

clock_enable_se();

// This makes fuse registers visible
clock_enable_fuse(0x01);
check_sku();

// Check configuration fuses
check_config_fuses();

// Disables fuse programming until next reboot
FUSE(FUSE_PRIVATEKEYDISABLE) = 0x10;

// Setup memory controllers
mc_enable();

// Pre-Firmware setup
setup();
}

Beyond that I have no clue XD
K, thx
 

Masamune3210

Well-Known Member
Member
Joined
Apr 23, 2016
Messages
132
Trophies
0
Age
28
XP
623
Country
United States
I'm pretty sure Big N's bootloader is the thing that checks the fuse count and panics if the count isn't correct, as it's also the thing that will burn fuses if the count is too low.
 

Masamune3210

Well-Known Member
Member
Joined
Apr 23, 2016
Messages
132
Trophies
0
Age
28
XP
623
Country
United States
No, you are thinking about the bootrom, which does some minimal hardware init then starts the bootloader which is stored in one of the firmware partitions
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: Prowl was the autobots inside man... lol