TIL you can de-obfuscate code with ChatGPT
twitter.com
TIL you can de-obfuscate code with ChatGPT
1–10 of 111 posts
Re: TIL you can de-obfuscate code with ChatGPT
#2More like: "ChatGPT can pretend to deobfuscate the code"
Re: TIL you can de-obfuscate code with ChatGPT
#3That's amazing, I'll have to try this. Did you verify that it's correct?
Re: TIL you can de-obfuscate code with ChatGPT
#4Is it correct though?
I’ve been toying around with ChatGPT for a few weeks now and I encountered a few situations in which ChatGPT was like 90% accurate at best. Things like suggesting snippets of configuration files or plugin research. It’s good to get an idea and get started somewhere, but I certainly cannot trust it blindly.
Re: TIL you can de-obfuscate code with ChatGPT
#5More like: "ChatGPT can pretend to deobfuscate the code"
Are you disagreeing with the deobfuscation that ChatGPT produced?
Re: TIL you can de-obfuscate code with ChatGPT
#6Wasn't really a particularly difficult sample... You know what it does by just looking at it.
Re: TIL you can de-obfuscate code with ChatGPT
#7Re: TIL you can de-obfuscate code with ChatGPT
#8Also interested about its accuracy. I built a C/C++ obfuscator[0] a while back, I'll have to make a note to see how well ChatGPT deobfuscates its output.
Re: TIL you can de-obfuscate code with ChatGPT
#9Could this be taken to the extreme by asking it to decompile assembly?
Re: TIL you can de-obfuscate code with ChatGPT
#10i would rather ask it to give me the python source of a program capable to deobfuscate THAT string.
anything else is just naive, wishfull thinking and a waste of time. you will have to deobfuscate the code manually anyways
but at least you got on HN
EDIT:
OMG...
the obfuscated code was generated by chatgpt
AND DOESNT EVEN WORK