From 375aac730e15282f4a3b59221d00d281298f40ce Mon Sep 17 00:00:00 2001 From: yenru0 Date: Tue, 21 Oct 2025 21:36:20 +0900 Subject: [PATCH] lab02/defuse the bomb --- labs/02_bomblab/2024062806.txt | 7 +++++++ labs/02_bomblab/Makefile | 12 ------------ 2 files changed, 7 insertions(+), 12 deletions(-) create mode 100644 labs/02_bomblab/2024062806.txt delete mode 100644 labs/02_bomblab/Makefile 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