silentpuck
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
I write in C, and I constantly see posts or comments calling it dangerous, outdated, or unnecessarily complex. But for me, C feels like freedom. I can build exactly what I want — small tools, secure utilities, no magic,…
-
I built SilentGPT as a fully terminal-based ChatGPT client written in C. Why? I needed something minimal that respects my privacy and runs anywhere — even airgapped or offline shells. Features: - Written in C, single…
-
SilentArena is a sandbox-style educational tool designed to simulate basic file-encrypting malware behavior — but in a completely safe and reversible way. It operates only inside a `victim_data/` folder, uses XOR…
-
Sigtrap is a small Linux utility that monitors log files for unauthorized changes using stat(). It checks for changes in size, mtime, ctime, and inode, and alerts if anything shifts silently.
- Show HN: Passgen – Offline C password generator (github.com)