News
Newest
Ask
Show
Jobs
Open on GitHub
Show HN: I wrote a ~2KB executable file HTTP file downloader without Libc
(github.com)
8 points | by
DenisDolya
8 hours ago
2 comments
Retr0id
6 hours ago
I did a <4KB one that supports DNS+TLS (albeit insecurely)
https://github.com/DavidBuchanan314/kurl/
[-]
DenisDolya
6 hours ago
This is of course great, and very creative, but why not use an HTTP proxy if this TLS is still unprotected?
Did I misunderstand something?
[-]
Retr0id
6 hours ago
Many servers support TLS only, so implementing the client side of TLS was a matter of compatibility, not security. If external dependencies are allowed then why not just use libcurl?
indigodaddy
8 hours ago
Does this do anything curl can’t or are we just enthralled with the tininess?
[-]
DenisDolya
7 hours ago
Actually hfile has nothing new, So the basic philosophy here is a small binary.
Did I misunderstand something?