Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
language: [none]
|
| 4 |
tags:
|
| 5 |
- arm64
|
|
@@ -30,10 +32,12 @@ model-index:
|
|
| 30 |
- {name: Average Precision, type: average_precision, value: 0.000}
|
| 31 |
- {name: FPR@TPR=95%, type: fpr_at_tpr_95, value: 0.000}
|
| 32 |
- {name: FPR@TPR=99%, type: fpr_at_tpr_99, value: 0.000}
|
|
|
|
| 33 |
|
| 34 |
# WinnCore ARM64 AV Baseline
|
| 35 |
|
| 36 |
-
|
|
|
|
| 37 |
|
| 38 |
**Important:** No live malware binaries are included in this repository. Only hashes, feature rows, code, and reports are shared.
|
| 39 |
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
license: apache-2.0
|
| 5 |
language: [none]
|
| 6 |
tags:
|
| 7 |
- arm64
|
|
|
|
| 32 |
- {name: Average Precision, type: average_precision, value: 0.000}
|
| 33 |
- {name: FPR@TPR=95%, type: fpr_at_tpr_95, value: 0.000}
|
| 34 |
- {name: FPR@TPR=99%, type: fpr_at_tpr_99, value: 0.000}
|
| 35 |
+
---
|
| 36 |
|
| 37 |
# WinnCore ARM64 AV Baseline
|
| 38 |
|
| 39 |
+
ARM64-first malware detection baseline. Rust extractor → JSONL features → LightGBM → ONNX.
|
| 40 |
+
No live malware binaries in this repo. Only hashes, feature rows, code, and reports.
|
| 41 |
|
| 42 |
**Important:** No live malware binaries are included in this repository. Only hashes, feature rows, code, and reports are shared.
|
| 43 |
|