MCPcopy Index your code
hub / github.com/Gallopsled/pwntools / _execstack

Function _execstack

pwnlib/asm.py:311–316  ·  view source on GitHub ↗
(linker)

Source from the content-addressed store, hash-verified

309
310
311def _execstack(linker):
312 ldflags = ['-z', 'execstack']
313 version = util_versions[linker[0]]
314 if version >= (2, 39):
315 return ldflags + ['--no-warn-execstack', '--no-warn-rwx-segments']
316 return ldflags
317
318
319def _objcopy():

Callers 2

make_elfFunction · 0.85
asmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected