diff options
author | bloodstalker <thabogre@gmail.com> | 2017-10-28 22:01:54 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-10-28 22:01:54 +0000 |
commit | f4ea67f52e35cd1a332e5c7032b7a47ff0f603ce (patch) | |
tree | 32bb177efd1065a319ea654f4ddfd6f4eac6e929 /bfd/test/test.c | |
parent | playing around with libbfd (diff) | |
download | mutator-f4ea67f52e35cd1a332e5c7032b7a47ff0f603ce.tar.gz mutator-f4ea67f52e35cd1a332e5c7032b7a47ff0f603ce.zip |
palying around with executbales and sos
Diffstat (limited to 'bfd/test/test.c')
-rw-r--r-- | bfd/test/test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/test/test.c b/bfd/test/test.c new file mode 100644 index 0000000..0327658 --- /dev/null +++ b/bfd/test/test.c @@ -0,0 +1,5 @@ +#include "stdio.h" + +int main(int argc, char** argv) { + printf("i live!\n"); +} |