Skip to content
View dwendt's full-sized avatar
⁉️
hello
⁉️
hello

Highlights

  • Pro
Block or Report

Block or report dwendt

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
dwendt/README.md

whoami

Hi! My repositories on GitHub are generally related to:

🐞 bughunting

🪓 random patches to software I use

🙈 a few old gamehacking repos

Nothing too interesting or representative of what I do professionally :)

Hopefully I've written something interesting on my blog and that's how you got here!

Everything on this Github account is intended to be personal and separate from my dayjob, worked on at home on personal hardware, and avoiding any conflict of interest. If I write that in advance it means the lawyers can't bother me, right?

Pinned

  1. UniversalInject UniversalInject Public

    Windows IME-based DLL injection. Able to inject a DLL without OpenProcess or a process handle being necessary..

    C++ 179 62

  2. peachfuzzer_pits peachfuzzer_pits Public

    Peach PIT files I've written for some file formats.

    2 1

  3. awesome-uefi awesome-uefi Public

    it's popular to keep reference lists on github

    13 2

  4. browser_game browser_game Public

    Group project for Processes of Object Oriented Software Design

    JavaScript 3 1

  5. pwnadventure (credit to gd / learn_m... pwnadventure (credit to gd / learn_more for copypaste public code mixed in here)
    1
    #include <Windows.h>
    2
    #include <Psapi.h>
    3
    #include <stdlib.h>
    4
    #include <string>
    5
    #include <stdio.h>
  6. dc18 quals, all the good parts of th... dc18 quals, all the good parts of this code belong to jeffball
    1
    from pwn import *
    2
    from pow import solve_pow 
    3
    #from network_util import *
    4
    import struct
    5
    #fd = open("m68k.bin", "r")