Quote:
Originally Posted by chants
Anything similar exists for DALL-E or Copilot or services providing images or code rather than text?
An amazing IDA or x64dbg plug-in would be one which would explain the high level purpose of a function. That would be really neat. Or would find the license check routine, etc.
|
Gepetto: IDA plugin which queries OpenAI's gpt-3.5-turbo language model to speed up reverse-engineering
Code:
https://github.com/JusticeRage/Gepetto
VulChatGPT: Use IDA PRO HexRays decompiler with OpenAI(ChatGPT) to find possible vulnerabilities in binaries
Code:
https://github.com/ke0z/VulChatGPT
I'am using both. IMO `VulChatGPT` is better.
Are those what you are asking? @chants