Pinned Repositories
Android-Bootstrap
Bootstrap style widgets for Android, with Glyph Icons
Android-Week-View
Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
atom-bombing
Brand New Code Injection for Windows
awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-pentest-tools
List of Security Archives Tools and software, generally for facilitate security & penetration research. Opening it up to everyone will facilitate a knowledge transfer. Hopefully the initial set will grow and expand.
awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
binary-samples
Samples of binary with different formats and architectures. A test suite for your binary analysis tools.
CalendarView
Calendar View Library
common-utils
Some common util functionality that didn't fit anywhere else.
CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
ChickfilaOnSunday's Repositories
ChickfilaOnSunday/puppeteer
ChickfilaOnSunday/pykek
Kerberos Exploitation Kit
ChickfilaOnSunday/node-Windows
Experiments in using ffi (foreign function interface) to directly interact with the win32 API
ChickfilaOnSunday/rookit_playground
Educational repository for learning about rootkits and Windows Kernel Hooks.
ChickfilaOnSunday/smudge
simple Windows forensics tool
ChickfilaOnSunday/KdExploitMe
A kernel driver to practice writing exploits against, as well as some example exploits using public techniques.
ChickfilaOnSunday/Misc-Windows-Hacking
Miscellaneous projects related to attacking Windows.
ChickfilaOnSunday/Zeus
NOT MY CODE! Zeus trojan horse - leaked in 2011, I am not the author, I have created this repo to simplify access to those who want to study it.
ChickfilaOnSunday/ReflectiveDLLInjection
Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process.
ChickfilaOnSunday/dllinjector
dll injection tool that implements various methods