ricpacca's Stars
tezc/sc
Common libraries and data structures for C.
dn0sar/frontal_poc
Proof-of-Concept of the Frontal Attack
ouadev/proc_maps_parser
a lightweight library to parse Linux's /proc/[pid]/maps file, which contains the memory map of a process
travisdowns/uarch-bench
A benchmark for low-level CPU micro-architectural features
batmac/wbinvd
A trivial Linux kernel module to execute WBINVD on demand
MattPD/cpplinks
A categorized list of C++ resources.
defuse/flush-reload-attacks
Kobzol/hardware-effects
Demonstration of various hardware effects.
wlmnzf/caches
berestovskyy/spectre-meltdown
Spectre-based Meltdown attack (i.e. 2-in1) proof of concept in 99 lines of code. For more details see 'The Spectre of Meltdowns' presentation:
stkb/Rewrap
Rewrap extension for VSCode and Visual Studio
troydhanson/tpl
tpl - a small binary serialization library for C
liteserver/binn
Binary Serialization
Psidium/C-WaitGroup
Go's WaitGroup in pure C.
oweisse/hot-calls
Fast interface for SGX secure enclaves. Based on ISCA 2017 HotCalls paper
ahmadassaf/PhD
My PhD Papers and Presentations
James-Yu/LaTeX-Workshop
Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
hms-dbmi/UpSetR
An R implementation of the UpSet set visualization technique published by Lex, Gehlenborg, et al..
radareorg/radare2
UNIX-like reverse engineering framework and command-line toolset
ifding/radare2-tutorial
Reverse Engineering using Radare2
alco/gostart
A getting started guide for Go newcomers
readbeyond/aeneas
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
arcetri/sts
Improved version of the NIST Statistical Test Suite (STS)
sagi/fastgcd
Fastgcd is a C implementation of an efficient algorithm to compute the pairwise GCDs of a collection of integers. The algorithm is due to Bernstein and is a simplified version of (http://cr.yp.to/papers.html#smoothparts).
deadc0de6/dotdrop
Save your dotfiles once, deploy them everywhere
vnetserg/dotfiles
My dotfiles and config files
arcetri/goprime
Software to perform the LLR test, proving the primality of Riesel numbers of the form h*2^n-1.
stretchr/testify
A toolkit with common assertions and mocks that plays nicely with the standard library
remyoudompheng/bigfft
Big integer multiplication library for Go using Fast Fourier transform
lcn2/calc
C-style arbitrary precision calculator