Skip to content

Instantly share code, notes, and snippets.

View chfour's full-sized avatar

chfour

View GitHub Profile
@eth0fox
eth0fox / Program.cs
Last active March 15, 2022 21:15
fuck you, transes your computer
#define THROW_ON_ERROR
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace Blitter {
class Program {
[DllImport("user32.dll", EntryPoint = "GetDC")]