Hacker News new | ask | show | jobs
by abaines 2254 days ago
You may want to add -z noexecstack or linking the object will give your program an executable stack.

e.g: ld -r -b binary -z noexecstack input.bin -o output.o