Skip to content

radderic/Prank-Bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prank Bootlader

Runs after bios and pretends to be errors but doesn't actually do anything bad.

Use make to compile.

make all

use qemu to test

make qemu

Use make flashsdx, where x is the specific drive Check lsblk or dmesg to ensure you're writing to the correct drive!

make flashsdx

Or you can do it yourself use nasm to compile:

nasm filename.asm -f bin -o filename.bin

use dd to put on usb(whether it is /dev/sdb or what):

sudo dd if=./filename.bin of=/dev/sdx

Example of bootloader

send nudes

Requirements:

  • Only works on x86 computers

  • I had to enable legacy mode in the bios for my usb to be used. Might have to disable secure boot too.

  • I recommend trying in qemu or virtualbox first before trying usb

Releases

No releases published

Packages

No packages published