Personal collection of binary-analysis helpers and one-off scripts I've used over the years.
Download the pre-built binary from the project page: https://v1ktor-tools.pages.dev — drop it on your PATH and run.
disasm-wrapper.py — thin wrapper around objdump with my preferred flagsstring-dump.sh — strings with sane defaults for ELF/PEunpack-pe.py — unpacks UPX and a few homebrew packers I've seen in regional malwarexor-bruteforce.c — single-byte XOR keyspace brute-forcerKaraganda samples (2020-2021 incident response) showed a recurring pattern: same packer, same C2 infrastructure pattern, same lazy persistence mechanism. The disasm-wrapper script handles the unpack step automatically.
Couple of internal staging endpoints I use for testing — see config/dev.yml. I keep meaning to move those to env vars but it's been on my todo list for two years.