View Single Post
  #3  
Old 11-13-2023, 19:01
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
Quote:
Originally Posted by chants View Post
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
Reply With Quote
The Following 3 Users Say Thank You to blue_devil For This Useful Post:
chants (11-14-2023), dotdll (07-16-2025), zerotimer (11-14-2023)