Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Bootkit/Replacing the Bootloader on Windows 10

Featured Replies

Posted

Does anyone know of a way to edit the bootloader on a Win10 machine to force it to execute arbitrary code when Windows starts up? I'm not sure if this is possible on a new WIn10 box because I know that there are much stricter checks at bootup now. I don't care if it is a one-off as I'm trying to do a specific experiment on MY machine, it doesn't need to apply to all machines. Thanks.

 

PS: Actually, I don't necessarily need to replace the bootloader - this code accomplishes something similar to what I need (I just need code execution control prior to everything else on the system when the OS loads) but it doesn't work for Win10. Looking for something similar.

Edited by null_endian

  • 2 months later...

depends on if you are booting from mbr or uefi

if mbr you should write your own boot code in the mbr sector (it's the first 512kb on the hdd) over the windows 10 one, here's some examples http://olivier.poudade.free.fr/ (see Assembly sourcecode section) optionally this denoscene's intro collection has some bootable mbr intros with source code if you are into that http://hardcode.untergrund.net/ (see the 00512/bootable folder)

if uefi, you should assemble/compile your own efi file, and (make a backup first!) overwrite the efi file that boots windows 10, you can from a linux live usb too

edit: you can later recover the windows 10 mbr by booting the windows 10's installation, going to command prompt from the Repair you PC option and typing both commands:

bootrec /fixboot

bootrec /fixmbr

hope it helps! :)

Edited by ViLXDRYAD

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.