Pinned Repositories
circular_buffer
A constexpr STL style circular buffer implementation
ida_bitfields
IDA Pro plugin to make bitfield accesses easier to grep
inline_syscall
Inline syscalls made easy for windows on clang
lazy_importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
memory_signature
A small wrapper class providing an unified interface to search for various memory signatures
nt_wrapper
A wrapper library around native windows sytem APIs
remote_memory
A simple library which provides a way to read and write the memory of other processes
vmutils
cross platform library to manipulate and extract information of memory regions
wow64pp
A modern c++ implementation of windows heavens gate
xorstr
heavily vectorized c++17 compile time string encryption.
JustasMasiulis's Repositories
JustasMasiulis/lazy_importer
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
JustasMasiulis/xorstr
heavily vectorized c++17 compile time string encryption.
JustasMasiulis/inline_syscall
Inline syscalls made easy for windows on clang
JustasMasiulis/nt_wrapper
A wrapper library around native windows sytem APIs
JustasMasiulis/ida_bitfields
IDA Pro plugin to make bitfield accesses easier to grep
JustasMasiulis/wow64pp
A modern c++ implementation of windows heavens gate
JustasMasiulis/memory_signature
A small wrapper class providing an unified interface to search for various memory signatures
JustasMasiulis/circular_buffer
A constexpr STL style circular buffer implementation
JustasMasiulis/remote_memory
A simple library which provides a way to read and write the memory of other processes
JustasMasiulis/vmutils
cross platform library to manipulate and extract information of memory regions
JustasMasiulis/process_handle
A cross platform, leak free system handle wrapper
JustasMasiulis/args
Header only library for binding, reordering and currying of function arguments without cost
JustasMasiulis/processhacker
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.
JustasMasiulis/carbon
JustasMasiulis/arch_enum
A small tool for rapid enumeration of CPUID, and MSR fields.
JustasMasiulis/HexSuite
Header only wrapper around Hex-Rays API in C++20.
JustasMasiulis/GSL
Guidelines Support Library
JustasMasiulis/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.