Advertisement
bitelaserkhalif555

Untitled

Jun 29th, 2022
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Look into programming Windows's GDI. It's what Windows uses to draw stuff on screen, and what Solaris exploits. (IIRC Solaris is a C# malware, but you can do it in C++ as well)
  2.  
  3. Triggering last BSOD is as simple as calling NtRaiseHardError (NTInternals has this documented).
  4.  
  5. The final MBR part is rather difficult, since you can't actually stuff all of it in boot sector (512 B), you have to essentially write your own OS and have the custom MBR points to it. (Solaris's last part is done with C)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement