Open kotee4ko opened 3 years ago
Manul 0.4. All fuzzers summary
---------Active threads: 12 ------------------------------------CPU: 98.80%-----
| |
| Mode: DBI Strategy: afl radamsa Logging: Enabled |
| |
| --Timing---------------------------------- --Results--------------------- |
| | Time: 0d 0h 1m 50s | | Crashes: 12 | |
| | Last new crash found: 0d 0h 0m 8s | | Unique crashes: 1 | |
| | Last new path found: 0d 0h 0m 18s | | Exceptions: 12 | |
| ------------------------------------------ ------------------------------ |
| --Coverage statistics--------------------- ---Performance---------------- |
| | Volatile bytes: 0 | | Exec/sec: 132.58622 | |
| | Bitmap coverage: 0.09% | | Executions: 14414 | |
| | New paths found: 36 | | Files in queue: 48 | |
| ------------------------------------------ ------------------------------ |
--------------------------------------------------------------------------------
Manul on 12 threads with drrio 7.9 dec 2020 done 14414 executions to find crash while AFL + DynamoRIO
american fuzzy lop 2.52b (stage0)
┌─ process timing ─────────────────────────────────────┬─ overall results ─────┐
│ run time : 0 days, 0 hrs, 1 min, 25 sec │ cycles done : 0 │
│ last new path : 0 days, 0 hrs, 0 min, 26 sec │ total paths : 4 │
│ last uniq crash : 0 days, 0 hrs, 0 min, 1 sec │ uniq crashes : 1 │
│ last uniq hang : none seen yet │ uniq hangs : 0 │
├─ cycle progress ────────────────────┬─ map coverage ─┴───────────────────────┤
│ now processing : 3 (75.00%) │ map density : 0.10% / 0.10% │
│ paths timed out : 0 (0.00%) │ count coverage : 1.02 bits/tuple │
├─ stage progress ────────────────────┼─ findings in depth ────────────────────┤
│ now trying : bitflip 4/1 │ favored paths : 4 (100.00%) │
│ stage execs : 16/29 (55.17%) │ new edges on : 4 (100.00%) │
│ total execs : 2142 │ total crashes : 1 (1 unique) │
│ exec speed : 25.54/sec (slow!) │ total tmouts : 0 (0 unique) │
├─ fuzzing strategy yields ───────────┴───────────────┬─ path geometry ────────┤
│ bit flips : 1/128, 0/124, 1/87 │ levels : 4 │
│ byte flips : 0/12, 0/9, 0/3 │ pending : 1 │
│ arithmetics : 2/669, 0/0, 0/0 │ pend fav : 1 │
│ known ints : 0/64, 0/252, 0/132 │ own finds : 3 │
│ dictionary : 0/0, 0/0, 0/0 │ imported : n/a │
│ havoc : 0/612, 0/0 │ stability : 100.00% │
│ trim : 42.86%/1, 0.00% ├────────────────────────┘
^C────────────────────────────────────────────────────┘ [cpu000: 21%]
on single thread.
So, Sir, appreciated for both you're project and you're hard work!
python3 manul.py -c ./T/st0.config -i in -o out -n 1 "./T/stage0 @@"
my config:
So, after few more attempts i found this:
so, i return my config file to previous self-builded version
okey. i patch this asserts, rebuild bin_conv and finaly:
it launch all parts, it but doesn't work....
What i need to do?
Btw, my target is testcase but builded without afl instrumentation.
Thanks