a13xp0p0v / linux-kernel-defence-map

Linux Kernel Defence Map shows the relationships between vulnerability classes, exploitation techniques, bug detection mechanisms, and defence technologies
GNU General Public License v3.0
1.77k stars 122 forks source link

How do I use this? #7

Closed frakman1 closed 1 year ago

frakman1 commented 2 years ago

I don't understand the relationship between this project and kconfig-hardened-check I see that you have a .dot file that you use a tool (dot) to generate the .svg diagram from, but how do you generate the .dot file in the first place? Can I use kconfig-hardened-check to generate such a diagram? I don't see a way to generate a .dot file from kconfig-hardened-check.

a13xp0p0v commented 1 year ago

Hello @frakman1,

The .dot file describing the Map is written manually.

And I created the kconfig-hardened-check tool to check some kernel options that you see at the Map.