commit
c9e72ed447
@ -1,8 +1,8 @@
|
||||
KLEE: Using Z3 solver backend
|
||||
KLEE: Deterministic allocator: Using quarantine queue size 8
|
||||
KLEE: Deterministic allocator: globals (start-address=0x76a8a7a00000 size=10 GiB)
|
||||
KLEE: Deterministic allocator: constants (start-address=0x76a627a00000 size=10 GiB)
|
||||
KLEE: Deterministic allocator: heap (start-address=0x75a627a00000 size=1024 GiB)
|
||||
KLEE: Deterministic allocator: stack (start-address=0x758627a00000 size=128 GiB)
|
||||
KLEE: Deterministic allocator: globals (start-address=0x7278f0000000 size=10 GiB)
|
||||
KLEE: Deterministic allocator: constants (start-address=0x727670000000 size=10 GiB)
|
||||
KLEE: Deterministic allocator: heap (start-address=0x717670000000 size=1024 GiB)
|
||||
KLEE: Deterministic allocator: stack (start-address=0x715670000000 size=128 GiB)
|
||||
KLEE: ERROR: comprehensive_vulnerability_test.c:178: memory error: out of bound pointer
|
||||
KLEE: NOTE: now ignoring this error at this location
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1,25 +1,25 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"total_entries": 1,
|
||||
"last_updated": "2025-10-28 17:21:26",
|
||||
"last_updated": "2025-10-30 14:48:36",
|
||||
"entries": [
|
||||
{
|
||||
"archive_id": "analysis_1761643286_0",
|
||||
"timestamp": "2025-10-28_17-21-26",
|
||||
"archive_id": "analysis_1761806916_0",
|
||||
"timestamp": "2025-10-30_14-48-36",
|
||||
"source_file": "comprehensive_vulnerability_test.c",
|
||||
"file_hash": "21207_1761036648",
|
||||
"vuln_count": 100,
|
||||
"klee_confirmed": 0,
|
||||
"coverage_rate": 42.00,
|
||||
"analysis_time_ms": 546,
|
||||
"analysis_time_ms": 1322,
|
||||
"reports": {
|
||||
"html": "output/reports/analysis_1761643286_0_static_analysis_report.html",
|
||||
"json": "output/reports/analysis_1761643286_0_static_analysis_report.json",
|
||||
"txt": "output/reports/analysis_1761643286_0_static_analysis_report.txt",
|
||||
"enhanced_html": "output/reports/analysis_1761643286_0_enhanced_analysis_report.html",
|
||||
"enhanced_json": "output/reports/analysis_1761643286_0_enhanced_analysis_report.json"
|
||||
"html": "output/reports/analysis_1761806916_0_static_analysis_report.html",
|
||||
"json": "output/reports/analysis_1761806916_0_static_analysis_report.json",
|
||||
"txt": "output/reports/analysis_1761806916_0_static_analysis_report.txt",
|
||||
"enhanced_html": "output/reports/analysis_1761806916_0_enhanced_analysis_report.html",
|
||||
"enhanced_json": "output/reports/analysis_1761806916_0_enhanced_analysis_report.json"
|
||||
},
|
||||
"archive_path": "output/archives/analysis_1761643286_0_archive.tar.gz"
|
||||
"archive_path": "output/archives/analysis_1761806916_0_archive.tar.gz"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue