Semi-Interactive Assembly Verification in Knuckledragger
Exploring a semi-interactive proof system for verifying assembly code using Python, Z3, and Ghidra Pcode.
Philip Zucker is a physics and computer science enthusiast documenting ideas and experiments in a lab-notebook-style blog, focused on functional programming, compilers, formal methods, and scientific computation.
22 articles from this blog
Exploring a semi-interactive proof system for verifying assembly code using Python, Z3, and Ghidra Pcode.
A technical exploration of building a toy DPLL SAT solver in Python, discussing its implementation and relation to SMT solvers.