Skip to content
View EvanDesR's full-sized avatar

Block or report EvanDesR

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

👋 Bonjour, I’m Evan


I like C/C++, and operating systems. Those two interests converge with my WinAPI projects: RemoteAdmin,Dropper,ProcessEnumConsole and my KMDF drivers. I write here: https://evandesr.github.io/

Pinned Loading

  1. RemoteAdmin RemoteAdmin Public

    Work in progress, remote administration tool.

    C++ 2 1

  2. Dropper Dropper Public

    Dropper that injects shellcode into remote process, and executes the shellcode as the remote process. It utilizes indirect syscalls and XOR encryption to avoid static analysis detection.

    C++ 3

  3. consoleProcEnum consoleProcEnum Public

    Using WinAPI, to take snapshot of processes, and iterate through them storing PPID,PID,Name, and exe path in a processInfo object, vector.

    C++

  4. removingLSASS_ProcessProtection removingLSASS_ProcessProtection Public

    Kernelmode program removing LSASS.exe's processs protection allowing mimikatz and other memory dumpers to extract windows credentials.

    C++ 2

  5. STM32-devBoard STM32-devBoard Public

    STM32-F103 2 layer development board, featuring UART, SWD, I2C2, and USB breakouts. This project not only gave me a deeper apprieciation for the electrical math. I really was suprised by the incred…

    2

  6. ERC-4-Stream-Cipher ERC-4-Stream-Cipher Public

    Rivest Cipher-4 (RC-4) stream cipher library implementation from scratch in C. This library will gradually diverge from the RC-4 algorithm that Ron originally crafted, as I create my own (albiet ve…

    C