copilot-explorer
copilot-explorer copied to clipboard
Integrate with Codex or some other service for code explanation
Some methods are rather hard to understand without spending some time (especially because my deobfuscation only handles a few kinds of obfuscation patterns).
Would be great to select a piece of code, and the interface queries codex for its explanation.
This exists but probably needs some prompt engineering to make it work better. To use this, select some snippet in the code view, right click, "Describe this snippet". But this requires you to set up the tool locally, because the browser will send a request to localhost:5000 (the python app).