Skip to content
View droogie's full-sized avatar
Block or Report

Block or report droogie

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. physmem_ko physmem_ko Public

    An unrestricted /dev/mem implementation

    C 3 1

  2. physmem_sys physmem_sys Public

    A Windows driver to expose physical memory to userland

    C 5 1

  3. chip8-emu chip8-emu Public

    Chip-8 Emulator written in Rust

    Rust 1

  4. MGS2-PC-Debug-Console MGS2-PC-Debug-Console Public

    DLL to hook the debug print console in Metal Gear Solid 2: Substance PC

    C 4

  5. QEMU 5.0.0 e1000 device patch to vie... QEMU 5.0.0 e1000 device patch to view leaked uninitialized memory from DMA mappings
    1
    --- orig_qemu/qemu-5.0.0/hw/net/e1000.c 2020-04-28 09:49:24.000000000 -0700
    2
    +++ qemu-5.0.0/hw/net/e1000.c   2020-09-28 00:31:20.000000000 -0700
    3
    @@ -42,8 +42,16 @@
    4
    
                  
    5
     static const uint8_t bcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
  6. QEMU 5.0.0 e1000 device patch to tri... QEMU 5.0.0 e1000 device patch to trigger clever infoleak (CCC rC3 Presentation: Things not to when using an IOMMU)
    1
    --- e1000.c	2020-12-28 17:20:18.498942411 -0800
    2
    +++ QEMU/hw/net/e1000.c	2020-12-28 17:19:02.474796008 -0800
    3
    @@ -965,7 +965,39 @@ e1000_receive_iov(NetClientState *nc, co
    4
                     }
    5
                     do {