Pinned Repositories
bed
Byte Editor
CPPTimes
The C++ Times
cs3003
Code samples for CS3003
CS5138
The official repository for CS5138 (2023)
csir-project
functional_foundations
A set of code walkthrough exploring functional programming concepts using analogy and Python.
hwbp_lib
A small set of functions to set hardware breakpoints.
Item105
Code that will keep up with 8-K filings and look for Item 1.05s.
riscv-caesar-cipher
A caesar cipher implementation written in RISC-V
rust_jvm
A JVM in rust.
hawkinsw's Repositories
hawkinsw/hwbp_lib
A small set of functions to set hardware breakpoints.
hawkinsw/csir-project
hawkinsw/exploit_play
Play with exploits and Braille
hawkinsw/datacache
Play with attempting to eject things from the memory cache from different processes
hawkinsw/fetchip
Fetch your public IP from the command line and (optionally) place it in the clipboard.
hawkinsw/slackman
Slack bot to get man pages.
hawkinsw/cpp-finally
Hacky Finally Support for C++ Exceptions
hawkinsw/xor_play
Using XOR for Canaries
hawkinsw/2017-talks
Slides and links for 2017 talks
hawkinsw/btbpoison
Playing with poisoning the BTB
hawkinsw/cplusplus-templates
Playing with C++ templates
hawkinsw/dynamic_usage
Determine the functions that an applications uses from particular libraries
hawkinsw/edlf5330
Project code and report for EDLF 5330
hawkinsw/esp_configurator
Configure the access point to which an ESP32 wifi board will connect.
hawkinsw/gopubquiz
Ten Go Questions for a Pub Quiz Style Trivia Game
hawkinsw/libmsr
Small C++ library to read/write using the msr kernel module.
hawkinsw/maxmind_csv_reader
MaxMind CSV file reader
hawkinsw/Mirai-Source-Code
Leaked Mirai Source Code for Research/IoC Development Purposes
hawkinsw/mlab-ns
Automatically exported from code.google.com/p/m-lab.ns
hawkinsw/nfdump
Netflow processing tools
hawkinsw/pypriorityq
A simple priority queue implemented in python
hawkinsw/random_effectiveness
Collect statistics on the effectiveness of different procedures for generating random IP addresses w.r.t. finding live hosts.
hawkinsw/rename_sh
hawkinsw/retpoline
Playing around with retpolines.
hawkinsw/rop_examples
ROP Examples for DADA
hawkinsw/SpectrePoC
Proof of concept code for the Spectre CPU exploit.
hawkinsw/start_play
Playing around with the start symbol of a binary program.
hawkinsw/startoverkentucky
Start Over Kentucky Beta Testing
hawkinsw/suffix
Create a suffix tree with a naive algorithm
hawkinsw/sv1scanner
Modified version of the Spectre V1 vulnerability scanner by RH