Skip to content
Avatar
💭
Mostly Available
💭
Mostly Available

Sponsoring

@dominikh
Block or Report

Block or report D7EAD

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.

Report abuse

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

Report abuse
D7EAD/README.md
                                                                      
 ____   ____        ______      ____           ____                  _____    
|    | |    |   ___|\     \    |    |         |    |            ____|\    \   
|    | |    |  |     \     \   |    |         |    |           /     /\    \  
|    |_|    |  |     ,_____/|  |    |         |    |          /     /  \    \ 
|    .-.    |  |     \--'\_|/  |    |  ____   |    |  ____   |     |    |    |
|    | |    |  |     /___/|    |    | |    |  |    | |    |  |     |    |    |
|    | |    |  |     \____|\   |    | |    |  |    | |    |  |\     \  /    /|
|____| |____|  |____ '     /|  |____|/____/|  |____|/____/|  | \_____\/____/ |
|    | |    |  |    /_____/ |  |    |     ||  |    |     ||   \ |    ||    | /
|____| |____|  |____|     | /  |____|_____|/  |____|_____|/    \|____||____|/ 
  \(     )/      \( |_____|/     \(    )/       \(    )/          \(    )/    
   '     '        '    )/         '    '         '    '            '    '     
                       '                                      
Welcome.
D7EAD's Github Stats

A bit about me...

typedef struct self {
	bool incomplete; const char* specialties;
	struct lang {
		const char* code; const char* verbal;
	} languages;
	struct favorites {
		const char* channels; const char* conventions;
	} favorite;
} *pself;

int main() {
	self bio; [](pself bio) -> void {
		bio->languages.code = "C, C++, Python";
		bio->languages.verbal = "Russian:some, Spanish:some, English:fluent";
		bio->specialties = "Networking, cybersecurity, programming";
		bio->favorite.channels = "PwnFunction, jdh, liveOverflow";
		bio->favorite.conventions = "DEFCON (non-SafeMode)";
		bio->incomplete = true;
	}(&bio);
}

Recent/Upcoming Projects

  • libchirp (libtwitter?):
    • a C++17 static and dynamic library to wrap the entire Twitter API. More info to come.
  • do++:
    • a C++20 static and dynamic library to interface with DigitalOcean's multiple API endpoints (much like what's found in CoinGecko). More info to come.
  • Vultr (or some other creative name):
    • a C++20 static and dynamic library, much like the one described above, to interface with Vultr's multiple API endpoints. More info to come.
  • ezChat (or another name):
    • a fully-functional client-server chat application (similar to IRC) that implements public-key infrastructure for key exchange and AES for symmetrically encrypted client-server communication, as well as a hierarchal structure for administrative and moderation purposes. Project 40%ish done, in limbo for now.
  • Hash++ (released):
    • a header-file only library that allows a user to retrieve multiple types of hashes from data, files, and files in nested directories--all through a simple, lightweight interface!
  • Everything else in the back of my head...

You into the same stuff? Just lonely? Reach me on Discord if you want: D7EAD#1337. Let's chat!

Pinned

  1. Disassimpl Public

    A small, multi-architecture disassembly utility built on the Capstone Disassembly Framework.

    C++ 3

  2. EasySniff Public

    Over-the-wire traffic sniffer meant to be used as an open-source alternative to closed-source sniffers currently on the market. In addition, it is to be used to educate those who do not have experi…

    C++ 6 3

  3. CoinGecko Public

    A C++20 library for CoinGecko--a cryptocurrency data service.

    C++ 18 6

  4. rpresence Public

    Command-line tool for setting any custom Discord Rich Presence status.

    C++ 3

  5. Hash++ is a C++20 header-only library that allows a user to retrieve multiple types of hashes from data, files, and files in nested directories--all through a simple, lightweight interface!

    C++ 3

  6. A tool that will hack literally anything on the planet. If you get your hands on this tool, be ready to get put behind bars.

    C++ 31 5

248 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

June 2022

Created 3 commits in 2 repositories
Created 1 repository

Created a pull request in CrowCpp/Crow that received 1 comment

Fix dead link (404) under Setting Up / Building.

Current link leads to a 404 on crowcpp.org for Getting Started. Commit fixes it with the updated link.

+1 −1 1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.