From dcffca606cbc218d74107d442886fa4a15ed13fa Mon Sep 17 00:00:00 2001 From: jinluhua Date: Tue, 21 Nov 2023 18:30:21 -0800 Subject: [PATCH] Add naivesystems/analyze to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b34661..83990f0 100644 --- a/README.md +++ b/README.md @@ -882,3 +882,4 @@ A curated list of awesome C frameworks, libraries and software. * [cksystemsteaching/selfie](https://github.com/cksystemsteaching/selfie) - An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor. * [vxunderground/VX-API](https://github.com/vxunderground/VX-API) - Collection of various WINAPI tricks / features used or abused by Malware * [particle-iot/device-os](https://github.com/particle-iot/device-os) - Device OS (Firmware) for Particle Devices +* [naivesystems/analyze](https://github.com/naivesystems/analyze) - A static analysis tool for code security and compliance.