offensive-tools/rev/seccomp-tools/SKILL.md
Auth/lab ref: seccomp BPF inspection toolkit for dumping, disassembling, assembling, and emulating Linux syscall filters.
npx skillsauth add aeondave/malskill seccomp-toolsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Sandbox policy visibility for pwn and Linux-reversing work.
Use seccomp-tools when you need to:
# Dump seccomp filter from a local binary under execution
seccomp-tools dump ./chall
# Dump from a running PID
seccomp-tools dump -p 1234
# See available subcommands
seccomp-tools --help
seccomp-tools dump ./chall
seccomp-tools disasm policy.bpf
seccomp-tools asm policy.asm
seccomp-tools emu policy.bpf
dump.open, execve, mprotect, socket, or read/write paths survive.strace to see the exact failing syscall and with gdb for runtime state.No bundled scripts/, references/, or assets/.
Use the upstream README for exact subcommand syntax, architecture support, and examples.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.