Skip to content

A Rust program to sign a custom boot loader's 511th and 512th byte.

Notifications You must be signed in to change notification settings

rusty-eagle/boot_loader_signer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

boot_loader_signer

This program simply writes to the byte locations 511 and 512 of a file with the byte values of 0x55 and 0xaa.

This is mainly useful if you haven't written the magic bytes already in the boot loader code itself.

To build:

cargo build --release

To run:

target/release/boot_loader_signer <boot_loader_binary_file>

About

A Rust program to sign a custom boot loader's 511th and 512th byte.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages