diff --git a/easy_test.c b/easy_test.c new file mode 100644 index 0000000..f33541a --- /dev/null +++ b/easy_test.c @@ -0,0 +1,3 @@ +#include + +int main(void) { puts("Test facile"); return (0); } \ No newline at end of file diff --git a/error_header b/error_header new file mode 100644 index 0000000..0f152f8 Binary files /dev/null and b/error_header differ diff --git a/header b/header new file mode 100644 index 0000000..41fd570 Binary files /dev/null and b/header differ diff --git a/header_and_prog b/header_and_prog new file mode 100644 index 0000000..b1e0c2c Binary files /dev/null and b/header_and_prog differ diff --git a/header_and_prog_copy b/header_and_prog_copy new file mode 100644 index 0000000..b1e0c2c Binary files /dev/null and b/header_and_prog_copy differ diff --git a/header_copy b/header_copy new file mode 100644 index 0000000..41fd570 Binary files /dev/null and b/header_copy differ diff --git a/header_offset_error b/header_offset_error new file mode 100644 index 0000000..859a543 Binary files /dev/null and b/header_offset_error differ diff --git a/not_so_easy_test.c b/not_so_easy_test.c new file mode 100644 index 0000000..af550bd --- /dev/null +++ b/not_so_easy_test.c @@ -0,0 +1,9 @@ + +#include + +int a_global = 40; + +int main(void) { + printf("Global is: %d\n", a_global); + return (0); +} \ No newline at end of file diff --git a/unterminated_string b/unterminated_string new file mode 100644 index 0000000..d99e353 Binary files /dev/null and b/unterminated_string differ diff --git a/wrong_arch b/wrong_arch new file mode 100644 index 0000000..e3148f9 Binary files /dev/null and b/wrong_arch differ