Pinned Repositories
AlphaGolang
IDApython Scripts for Analyzing Golang Binaries
android-reverse-engineering
A very basic introduction to reverse engineering (in general and for Android) as well as some useful tools (apktool, dex2jar, jd-cmd) packed into a single Docker container.
arm64_macOS_Syscalls
BlackLotus
BlackLotus UEFI Windows Bootkit
pyiocutils
A collection of Python utilities for use in scripts related to working with "indicators of compromise" (IOCs).
r2coderec
A library to generate and match function signatures via r2pipe
r2kit
A set of scripts for a radare-based malware code analysis workflow
r2pyutils
A repository of r2pipe-related Python utilities meant to be included as a git submodule within other script repositories.
cmatthewbrooks's Repositories
cmatthewbrooks/r2kit
A set of scripts for a radare-based malware code analysis workflow
cmatthewbrooks/pyiocutils
A collection of Python utilities for use in scripts related to working with "indicators of compromise" (IOCs).
cmatthewbrooks/r2pyutils
A repository of r2pipe-related Python utilities meant to be included as a git submodule within other script repositories.
cmatthewbrooks/r2coderec
A library to generate and match function signatures via r2pipe
cmatthewbrooks/android-reverse-engineering
A very basic introduction to reverse engineering (in general and for Android) as well as some useful tools (apktool, dex2jar, jd-cmd) packed into a single Docker container.
cmatthewbrooks/arm64_macOS_Syscalls
cmatthewbrooks/BlackLotus
BlackLotus UEFI Windows Bootkit
cmatthewbrooks/crypto-algorithms-c
Basic implementations of standard cryptography algorithms, like AES and SHA-1.
cmatthewbrooks/Cryptush
An open-source .NET Ransomware
cmatthewbrooks/docker-jd-cmd
Docker image for jd-cmd
cmatthewbrooks/ghost
:ghost: RAT (Remote Access Trojan) - Silent Botnet - Full Remote Command-Line Access - Download & Execute Programs - Spread Virus' & Malware
cmatthewbrooks/IdaClu
IdaClu is a version agnostic IDA Pro plugin for grouping similar functions. Pick an existing grouping algorithm or create your own.
cmatthewbrooks/Karlann-win-kern-keylogger
It's a kernel-based keylogger for Windows x86/x64.
cmatthewbrooks/meow
Cybersecurity research results. Simple C/C++ and Python implementations
cmatthewbrooks/mock-windows-cpp-ransomware
Mock malware to show the process of how a polymorphic virus takes control over directories while encrypting, locking files, and injects into user-mode processes
cmatthewbrooks/mockc2-go
An interactive mock C2 server
cmatthewbrooks/python-idb
Pure Python parser and analyzer for IDA Pro database files (.idb).
cmatthewbrooks/r2con
Radare Congress Stuff
cmatthewbrooks/r2con2018
cmatthewbrooks/Rust-Crypter
x86-64 Malware Crypter built in Rust for Windows with Anti-VM, powered by memexec
cmatthewbrooks/Rust-Ransomware
Ransomware written in Rust
cmatthewbrooks/rust-re-tour
A tour of what some Rust language features look like after compilation.
cmatthewbrooks/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
cmatthewbrooks/Simple-Rust-Malware
A simple Rust Key-logger
cmatthewbrooks/simple-windows-malware
This is a simple RAT malware for Windows target.
cmatthewbrooks/theZoo
A repository of LIVE malwares for your own joy and pleasure. theZoo is a project created to make the possibility of malware analysis open and available to the public.
cmatthewbrooks/win-cpp-ransomware
C\C++ Ransomware example using RSA and AES-128 with BCrypt library on Windows
cmatthewbrooks/Win-Keylogger
A Keylogger designed for Windows environments.
cmatthewbrooks/Win-malware-src
An example key logger and rootkit
cmatthewbrooks/WindowsBackdoor
This is a RAT/Backdoor written in C++