#reverse-engineering
Read more stories on Hashnode
Articles with this tag
reverse engineering, 15 teams solved What is this program emulating? Given an executable and a fake flag. Reverse the binary The binary first open...
Given two binaries emu and mips_bin. mips_bin is a MIPS binary, and emu is a qemu emulator. Using ghidra, we can decode mips_bin. To dynamically debug...