diff --git a/labs/02_bomblab/2024062806.txt b/labs/02_bomblab/2024062806.txt new file mode 100644 index 0000000..4fbee5f --- /dev/null +++ b/labs/02_bomblab/2024062806.txt @@ -0,0 +1,7 @@ +I can see Russia from my house! +1 2 4 8 16 32 +0 262 +6 6 DrEvil +eabhcc +2 1 5 3 4 6 +22 diff --git a/labs/02_bomblab/Makefile b/labs/02_bomblab/Makefile deleted file mode 100644 index 87a5c40..0000000 --- a/labs/02_bomblab/Makefile +++ /dev/null @@ -1,12 +0,0 @@ - -TARGET := bomb - - -section: - readelf -S $(TARGET) - -syms: - readelf -s $(TARGET) - -dis: - objdump -j $(sect) -d $(TARGET) \ No newline at end of file