Skip to content

Commit 1860b2c

Browse files
authored
Update Answer.md
1 parent 12631d7 commit 1860b2c

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

lab6/Answer.md

+38-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,45 @@
1-
Name:
2-
ID:
1+
Name: 單一梵
2+
ID: 510558013
33

44
### Fuzz Monitor
55
```
6-
6+
[+] All set and ready to roll!
7+
american fuzzy lop 2.57b (bmpcomp)
8+
┌─ process timing ─────────────────────────────────────┬─ overall results ─────┐
9+
│ run time : 0 days, 0 hrs, 30 min, 29 sec │ cycles done : 4 │
10+
│ last new path : 0 days, 0 hrs, 8 min, 52 sec │ total paths : 21 │
11+
│ last uniq crash : 0 days, 0 hrs, 30 min, 23 sec │ uniq crashes : 1 │
12+
│ last uniq hang : 0 days, 0 hrs, 30 min, 0 sec │ uniq hangs : 2 │
13+
├─ cycle progress ────────────────────┬─ map coverage ─┴───────────────────────┤
14+
│ now processing : 5* (23.81%) │ map density : 0.06% / 0.07% │
15+
│ paths timed out : 0 (0.00%) │ count coverage : 1.77 bits/tuple │
16+
├─ stage progress ────────────────────┼─ findings in depth ────────────────────┤
17+
│ now trying : havoc │ favored paths : 2 (9.52%) │
18+
│ stage execs : 19/128 (14.84%) │ new edges on : 2 (9.52%) │
19+
│ total execs : 51.0k │ total crashes : 1073 (1 unique) │
20+
│ exec speed : 15.55/sec (zzzz...) │ total tmouts : 13.2k (6 unique) │
21+
├─ fuzzing strategy yields ───────────┴───────────────┬─ path geometry ────────┤
22+
│ bit flips : 4/2688, 2/2676, 1/2652 │ levels : 4 │
23+
│ byte flips : 0/336, 0/324, 0/300 │ pending : 9 │
24+
│ arithmetics : 11/18.8k, 0/5345, 0/1632 │ pend fav : 0 │
25+
│ known ints : 1/204, 2/824, 0/1418 │ own finds : 20 │
26+
│ dictionary : 0/0, 0/0, 0/0 │ imported : n/a │
27+
│ havoc : 0/2560, 0/752 │ stability : 100.00% │
28+
│ trim : 99.97%/103, 0.00% ├────────────────────────┘
29+
^C────────────────────────────────────────────────────┘ [cpu000:167%]
30+
+++ Testing aborted by user +++
31+
[+] We're done here. Have a nice day!
732
```
8-
33+
../src/bmpcomp ./out/crashes/id:000000,sig:06,src:000000,op:flip1,pos:20
34+
size of Herder 54
35+
ASAN:DEADLYSIGNAL
36+
=================================================================
37+
==26947==ERROR: AddressSanitizer: stack-overflow on address 0x7ffec48187a8 (pc 0x563cd7d0b1fb bp 0x7ffec60194e0 sp 0x7ffec48187b0 T0)
38+
#0 0x563cd7d0b1fa in main /home/user/Desktop/lab6/src/hw0302.c:47
39+
#1 0x7fd59ba4fc86 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
40+
#2 0x563cd7d0bc79 in _start (/home/user/Desktop/lab6/src/bmpcomp+0x2c79)
41+
SUMMARY: AddressSanitizer: stack-overflow /home/user/Desktop/lab6/src/hw0302.c:47 in main
42+
==26947==ABORTING
943
### Run Crash Result
1044
```
1145

0 commit comments

Comments
 (0)