4/17/2026 at 4:35:52 AM
> Open source creates a useful urgency: when your code is public, you assume it will be examined closely, so you invest earlier and more aggressively in finding and fixing issues before attackers do.This should be the mentality of every company doing open source.Great points made.
by dhruv3006
4/17/2026 at 4:39:47 AM
This should be a mentality of every company building products :)by necovek
4/17/2026 at 7:20:42 AM
Indeed. All software products you can get your hands on are open source - compiled code is only little more difficult to read than source code, but not that much if you learn how.Which is why ~all companies switches to offering software as a service, so this mindset doesn't apply :).
by TeMPOraL
4/17/2026 at 1:25:44 PM
> but not that much if you learn how.Yesterday I threw some ghidra output into an LLM with very little context and got what seemed to be a reasonable run down of the original back. We're probably knocking on the door of being able to throw a binary into an LLM and getting the original program back unless there is active obfuscation done.
It is a very exciting time for anyone who likes playing old, abandoned and buggy games :').
by roenxi
4/17/2026 at 7:54:55 PM
I haven't played much with LLMs for decompilation, but I wonder how viable is using LLMs on binaries to port software to a different language (in combination with source code when available, but binaries might need fewer tokens).by necovek
4/17/2026 at 3:08:30 PM
As long as obfuscated code is isomorphic to its raw form, it’s sure to be decompilable. As for how much divergence is possible (in obfuscation), my intuition that it is very finite by definition.by finghin
4/17/2026 at 3:06:50 PM
Ghidra+LLMs really does make this a matter of time if we’re not already there yet.by finghin
4/17/2026 at 4:51:56 AM
I guess open source makes you more accountable.by dhruv3006
4/17/2026 at 9:09:42 AM
I sometimes explain open source to people as auditable software.by graemep
4/17/2026 at 1:58:49 PM
That's a good way to explain it.by tech_hutch
4/17/2026 at 11:12:32 AM
Also makes it harder to build a business around it.With that combination no wonder most successful companies are closed source.
by somewhatgoated
4/17/2026 at 7:12:07 PM
[dead]by Serhii-Set