Commit Graph

9 Commits

Author SHA1 Message Date
Christian Göttsche f7d304eeb1 Add options to print, clear and set executable stack state
Add options the modify the state of the executable flag of the GNU_STACK
program header. That header indicates whether the object is requiring an
executable stack.
2023-01-28 23:27:34 +01:00
Farid Zakaria dc375bc7cd Remove result and add it to gitignore 2021-12-20 17:36:06 -08:00
Farid Zakaria b932eb8700 print-interpreter: fix off by one error
Fix off by one error in the code that reads interpreter from the ELF
file. This was not evident when it was written directly to STDOUT but
became problematic through my exploration of new functionality (#357)
since there was an additional '\0' and the strings would not concatenate
as a result.
2021-12-18 06:08:45 -08:00
Jörg Thalheim 90da38b8cf grow-test: fix on non-gcc systems 2021-09-13 17:55:05 +02:00
Jörg Thalheim 6ecfae69f9 gitignore: add check binary 2021-08-26 07:23:36 +02:00
Jörg Thalheim a71334dc2e add failing test for .dynamic == NOBITS 2021-08-23 20:57:47 +02:00
Jörg Thalheim 989d0ba4dd gitignore: add all test binaries 2021-08-10 14:36:25 +02:00
Eelco Dolstra ec38df54a2 Update .gitignore 2014-04-24 17:02:09 +02:00
Vincent Danjean 90e33b9a72 Add a .gitignore for all file generated by ./bootstrap.sh
No need to exclude files created when compiling and testing
as this can be done out of tree
2012-07-10 18:16:24 -04:00