Pinned Repositories
float-compare-pass
Fork of LLVM for demonstrating optimization pass development
GhidraScripts
Collection of my example/useful Ghidra scripts
jvs-netlib
C++ wrapper around BSD and Winsock sockets
KUNAI-static-analyzer
Tool aimed to provide a binary analysis of different file formats through the use of an Intermmediate Representation.
llvm-toolchain
Collection of scripts used for building a complete, standalone Clang/LLVM-based toolchain. See: https://clang.llvm.org/docs/Toolchain.html
pseudo-passes
A collection of LLVM passes to help make your programs feel less sick.
shellcode-asm
LLVM-based library and tool for assembling and disassembling shellcode
uitk
Native Windows desktop user interface header-only library
vs-windows-llvm
Sample code for LLVM development in Visual Studio on Windows
windows-gpt-transform
An example LLVM transform pass written (partially) by ChatGPT; also demonstrates how to load Windows pass plugins
jvstech's Repositories
jvstech/float-compare-pass
Fork of LLVM for demonstrating optimization pass development
jvstech/llvm-toolchain
Collection of scripts used for building a complete, standalone Clang/LLVM-based toolchain. See: https://clang.llvm.org/docs/Toolchain.html
jvstech/windows-gpt-transform
An example LLVM transform pass written (partially) by ChatGPT; also demonstrates how to load Windows pass plugins
jvstech/pseudo-passes
A collection of LLVM passes to help make your programs feel less sick.
jvstech/vs-windows-llvm
Sample code for LLVM development in Visual Studio on Windows
jvstech/uitk
Native Windows desktop user interface header-only library
jvstech/shellcode-asm
LLVM-based library and tool for assembling and disassembling shellcode
jvstech/GhidraScripts
Collection of my example/useful Ghidra scripts
jvstech/jvs-netlib
C++ wrapper around BSD and Winsock sockets
jvstech/KUNAI-static-analyzer
Tool aimed to provide a binary analysis of different file formats through the use of an Intermmediate Representation.
jvstech/llvm-tutor
A collection of out-of-tree LLVM passes for teaching and learning
jvstech/PunyChat
Encrypted LAN chat client and final project for my CIS106 class. (Yes, I've gone back to school to get a degree.)
jvstech/ripper2a03
Utility for working with NES ROM data
jvstech/BinarySanctity
Rudimentary malware scoring utility (comp sci I semester project)
jvstech/deadface-ctf
Challeges solutions (and solution attempts) for DEADFACE CTF
jvstech/deployment-scripts
Scripts for configuring fresh Linux VMs
jvstech/dirchange
Simple utility to watch directory change notifications on a given path
jvstech/kmexts
Simple driver to register all available process, thread, image, Registry, and Object callbacks
jvstech/MultiPipes
Socket-style named pipes library for .NET
jvstech/OSRDIO
Simple KMDF example driver, used as a case study in our WDF seminar.
jvstech/Veloxorede
Windows text grouping, scrolling, and speech synthesizer
jvstech/WDF-I
Writing WDF Drivers I: Core Concepts Lab Material