KaleBBuR
Student interested in Cybersecurity, Windows Internals, Binary Exploitation, UEFI and Reverse Engineering
Dallas, TX
Pinned Repositories
Callbacks
dnscan
Go-JSON-Struct-Generator
A JSON to Go struct generator! Will take in JSON files, and make a Go Struct with it
Goddit
A Golang made Reddit API Wrapper
Heroes-Respite-Discord-Bot
A bot for the server Heroes' Respite. A very nice server with some cool peeps.
HEVD-Exploits-3.0
A repository of exploits for HackSys Extreme Vulnerable Driver (HEVD) Version 3.0
Json-Parser
A simple Rust JSON Parser made to learn more about Rust, and parsing! Doesn't do anything complicated, just used for parsing simple json files. It's nice to know more about building a parser and the tools rust has in its standard library which is amazing!
KaleBBuR
Config files for my GitHub profile.
Kernel-Kill-Program
A simple program which kills an applied process name. This one uses notepad.exe as a reference
Twitch-Go
A simple API from twitch made in Golang!
KaleBBuR's Repositories
KaleBBuR/Twitch-Go
A simple API from twitch made in Golang!
KaleBBuR/Callbacks
KaleBBuR/dnscan
KaleBBuR/Go-JSON-Struct-Generator
A JSON to Go struct generator! Will take in JSON files, and make a Go Struct with it
KaleBBuR/Goddit
A Golang made Reddit API Wrapper
KaleBBuR/Heroes-Respite-Discord-Bot
A bot for the server Heroes' Respite. A very nice server with some cool peeps.
KaleBBuR/HEVD-Exploits-3.0
A repository of exploits for HackSys Extreme Vulnerable Driver (HEVD) Version 3.0
KaleBBuR/Json-Parser
A simple Rust JSON Parser made to learn more about Rust, and parsing! Doesn't do anything complicated, just used for parsing simple json files. It's nice to know more about building a parser and the tools rust has in its standard library which is amazing!
KaleBBuR/KaleBBuR
Config files for my GitHub profile.
KaleBBuR/Kernel-Kill-Program
A simple program which kills an applied process name. This one uses notepad.exe as a reference
KaleBBuR/RJSON
RJSON a replica of GJSON, a simple and fast json parser for Golang, with amazing expressions to get JSON data. Well this is that, but ties with Serde, and has the same Expressions!
KaleBBuR/Rust-HTTP-Client
A simple HTTP Client made in rust using REGEX, URL, and Native_tls, rest is standard library. Just to learn more about sending requests to a webpage.
KaleBBuR/Sudoku-Go
A Sudoku Website, with Go-lang as the background. It can Solve, Check, and Generate boards.
KaleBBuR/Tic-Tac-Toe-Rust-Minimax
A Tic-Tac-Toe game made in rust, which the bot uses the Minimax Algorithm