Antelcat / ida_copilot

ChatGPT Agent analyses your IDA pseudocode
MIT License
96 stars 6 forks source link

16-bit support #4

Open JorisVanEijden opened 5 months ago

JorisVanEijden commented 5 months ago

IDA does not decompile 16-bit code. This causes the plugin to fail.

Is there any use to this plugin if only disassembly and no decompilation is available?

DearVa commented 1 month ago

An LLM can read assembly. However, most LLMs are designed for reading code. I'm afraid that they have a poor ability in reading assemblies.