logoalt Hacker News

lifthrasiirtoday at 7:01 AM3 repliesview on HN

In my experience LLMs were pretty good at deobfuscating many entries (including mine) but very awful at generating any significantly obfuscated code. So obfuscation can be regarded as a truly humane art---at least for now.


Replies

nickcwtoday at 8:54 AM

I pointed Claude Opus 4.7 at my Forth entry ( https://github.com/ioccc-src/winner/blob/master/2025/ncw3/pr... ) and it absolutely refused to have anything to do with it citing security violations and accusing me of creating malware :-)

Claude seems OK with it now, so I don't know whether that was a glitch but it was quite funny.

show 1 reply
laroditoday at 10:42 AM

well, at some point I (like after 5 hours of CC) I can swear im looking at pure random coming out. so perhaps the ability of LLMs to make complex stuff even more complex, would be beneficial. obfuscation, after all, is not about having performant code, but an art form, right?

/curious though given the very nice conversation we're having here, why the parent topic gets down-voted. is neither off-topic, nor rude.../

show 1 reply
TZubiritoday at 9:05 AM

I mean they can generate 1 million lines of code, it's obfuscation by brute force, how are you going to read that if not with another LLM

show 1 reply