black-hat-rust
black-hat-rust copied to clipboard
Update Makefile - No stripping required
Stripping is not required when using objcopy -o binary. Removing it from the Makefile makes it less confusing for people when they try out on their own.
I personally tried objcopy + objdump on a debug build without stripping, and I obtained a larger .data section, but I was expecting symbols and relocation information that wasn't available