Skip to content
λmaldev wiki/
pagesBrowse the wiki

Toolkit

The tooling the wiki's samples are written against — plus the lab scaffolding we use to detonate and observe them. Everything here is open source and pinned to a known-good revision.

# build & debug

# analysis

# lab infrastructure

# standing the lab up

lab-up.shbash
# isolated detonation VM, no host networking
git clone https://github.com/thehackersbrain/maldev-lab-kit && cd maldev-lab-kit
vagrant up win11-analyst --provider=libvirt
./lab snapshot clean # always revert here before detonating

Revert to the clean snapshot before every detonation. Nothing on this site should be run outside an isolated VM.