black-hat-rust icon indicating copy to clipboard operation
black-hat-rust copied to clipboard

Update Makefile - No stripping required

Open edmondop opened this issue 1 year ago • 0 comments

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

edmondop avatar Jan 20 '25 01:01 edmondop