gitextract_mzckyijz/ ├── .gitignore ├── LICENSE ├── README.md ├── asmdb/ │ └── x86data.js ├── dev/ │ ├── README.md │ ├── angr/ │ │ └── test.c │ ├── bpf/ │ │ ├── bpf_insn.h │ │ └── test.c │ ├── dma-heap/ │ │ └── test.c │ ├── dtor/ │ │ ├── test.c │ │ └── test2.c │ ├── glibc-heap/ │ │ └── test.c │ ├── golang/ │ │ └── gc.go │ ├── iouring/ │ │ ├── test.c │ │ └── test2.c │ ├── ipcs/ │ │ ├── test_posix.c │ │ └── test_sysv.c │ ├── js/ │ │ └── test.js │ ├── partition-alloc-dump/ │ │ ├── downloader.py │ │ └── www/ │ │ └── inf-loop.html │ ├── seccomp/ │ │ ├── test1.c │ │ └── test2.c │ ├── simple-heap/ │ │ └── test.c │ ├── sock/ │ │ └── test.c │ ├── split/ │ │ ├── de-split.py │ │ └── split.py │ ├── tls/ │ │ └── test.c │ ├── tmux/ │ │ └── tmux_setup.py │ ├── update-kmalloc-tracer/ │ │ └── check.py │ ├── update-kops/ │ │ └── check.py │ ├── update-syscalls/ │ │ └── update-syscalls.py │ └── zellij/ │ ├── zellij-init.py │ └── zellij-wrapper.py ├── docs/ │ ├── BUILDING-QEMU-SYSTEM-ENV.md │ ├── FAQ.md │ ├── HOW-TO-DEBUG-AARCH64-MTE.md │ ├── QEMU-USER-SUPPORTED-ARCH.md │ └── SUPPORTED-MODE.md ├── gef.py ├── install-minimal.sh ├── install-no-uv.sh └── install-uv.sh