aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony G. Basile <basile@opensource.dyc.edu>2011-05-05 15:46:23 -0400
committerAnthony G. Basile <basile@opensource.dyc.edu>2011-05-05 15:46:23 -0400
commit1fe9aab862a37ebb377333133560b7790324eb2b (patch)
tree508ba7a2364577dbd8533818245ab48bf426b588 /tests
parenttests: renaming to be more specific (diff)
parentRevamped tests, added poc (diff)
downloadelfix-1fe9aab862a37ebb377333133560b7790324eb2b.tar.gz
elfix-1fe9aab862a37ebb377333133560b7790324eb2b.tar.bz2
elfix-1fe9aab862a37ebb377333133560b7790324eb2b.zip
poc/mangle-paxflags.c: remove EI_PAX and PT_PAX_FLAGS from an elf
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/bad-gnustack.c2
-rw-r--r--tests/bad32.asm2
-rw-r--r--tests/bad64.asm2
4 files changed, 3 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ab23520..59bf905 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,7 +20,6 @@ test.sh:
@echo
@echo "Fixed Bad GNU_STACK Elf"
@../src/fix-gnustack bad-gnustack
- @rm -f good
@echo
@echo "================================================================================"
diff --git a/tests/bad-gnustack.c b/tests/bad-gnustack.c
index 74105ed..fa7bcf5 100644
--- a/tests/bad-gnustack.c
+++ b/tests/bad-gnustack.c
@@ -1,5 +1,5 @@
/*
- bad.c: C source for sample elf with X on GNU_STACK
+ bad-gnustack.c: C source for sample elf with X on GNU_STACK
Copyright (C) 2011 Anthony G. Basile
This program is free software: you can redistribute it and/or modify
diff --git a/tests/bad32.asm b/tests/bad32.asm
index df8296c..8020ac7 100644
--- a/tests/bad32.asm
+++ b/tests/bad32.asm
@@ -1,4 +1,4 @@
-;test-bad32.asm: 32-bit asm source for sample elf with X on GNU_STACK
+;bad32.asm: 32-bit asm source for sample elf with X on GNU_STACK
;Copyright (C) 2011 Anthony G. Basile
;
;This program is free software: you can redistribute it and/or modify
diff --git a/tests/bad64.asm b/tests/bad64.asm
index 3a8af73..1164095 100644
--- a/tests/bad64.asm
+++ b/tests/bad64.asm
@@ -1,4 +1,4 @@
-;test-bad64.asm: 64-bit asm source for sample elf with X on GNU_STACK
+;bad64.asm: 64-bit asm source for sample elf with X on GNU_STACK
;Copyright (C) 2011 Anthony G. Basile
;
;This program is free software: you can redistribute it and/or modify