thakkarparth007 / copilot-explorer

Hacky repo to see what the Copilot extension sends to the server
https://twitter.com/parth007_96/status/1604160949434421248
610 stars 68 forks source link

Codex/ChatGPT based deobfuscation #4

Open thakkarparth007 opened 1 year ago

thakkarparth007 commented 1 year ago

This can be done but it's not realiable. So we need a way to check if whatever ChatGPT/Codex produced is the same as a given function. Abstract interpretation comes to mind...but doing that for JS will require some work.