logo

Binary-injection

Dynamic Mach-O ARM64 Packer

Ever wondered how malware authors hide their code, or how legitimate software protects intellectual property? This comprehensive guide takes you through creating your own Mach-O packer for macOS ARM64 binaries, teaching you advanced binary manipulation techniques, dynamic library injection, and the intricate structure of macOS executables.

x86-64 ELF Binary Packer

Build your own ELF packer for x86-64 Linux. Learn binary manipulation, shellcode injection, and executable file structure through hands-on implementation.