Pinned Repositories
afl
american fuzzy lop (with some midification)
checksec-win
checksec tool for win10
Injector
Just a tool to inject DLL or CMD
office-exploit-case-study
OLEPackagerFormat
OLE Package Format Documentation
pe-afl
wdk-10
windowsland
HITCON CTF 2018
wmliang's Repositories
wmliang/pe-afl
wmliang/windowsland
HITCON CTF 2018
wmliang/checksec-win
checksec tool for win10
wmliang/office-exploit-case-study
wmliang/wdk-10
wmliang/Injector
Just a tool to inject DLL or CMD
wmliang/OLEPackagerFormat
OLE Package Format Documentation
wmliang/afl
american fuzzy lop (with some midification)
wmliang/ctf
wmliang/ctf-course
wmliang/drakvuf
DRAKVUF Black-box Binary Analysis
wmliang/exploit_mitigations
Knowledge base of exploit mitigations available across numerous operating systems, architectures and applications and versions.
wmliang/gef
Multi-Architecture GDB Enhanced Features for Exploiters & Reverse-Engineers
wmliang/ida-batch_decompile
*Decompile All the Things* - IDA Batch Decompile plugin and script for Hex-Ray's IDA Pro that adds the ability to batch decompile multiple files and their imports with additional annotations (xref, stack var size) to the pseudocode .c file
wmliang/pin-tool
A set of my PIN tool
wmliang/ROPgadget
This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
wmliang/TalosIntelPtDriver
wmliang/bochspwn-reloaded
A Bochs-based instrumentation performing kernel memory taint tracking to detect disclosure of uninitialized memory to ring 3
wmliang/checksec
Bash script to test executable properties like (PIE, RELRO, PaX, Canaries, ASLR). (Version derivated from the original one trapkit.de/tools/checksec.html
wmliang/ExceptionOrientedProgramming
wmliang/gdb-static
Public repository of static GDB and GDBServer
wmliang/honggfuzz
Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)
wmliang/InjectProc
InjectProc - Process Injection Techniques
wmliang/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
wmliang/Pwngdb
gdb for pwn
wmliang/RpcView
RpcView is a free tool to explore and decompile Microsoft RPC interfaces
wmliang/security-research
This project hosts security advisories and their accompanying proof-of-concepts related to research conducted at Google which impact non-Google owned code.
wmliang/test_driver
wmliang/winafl
A fork of AFL for fuzzing Windows binaries
wmliang/winsdk-10