Releases: sigwl/AiDA
Version 1.2.7
What's new
- Added support for new 4.5 Anthropic models, including Opus effort and thinking options.
Fixes
- Fixed an issue with previous Anthropic models returning an Unknown error.
Discord: https://discord.gg/JMRkEThbUU
Version 1.2.6
API key character limits increased from 64 to 256, thanks to @CheckForUpdates
no big changes yet, join the discord.
Discord: https://discord.gg/JMRkEThbUU
Version 1.2.5
- Discord: https://discord.gg/JMRkEThbUU
What’s new
-
added custom base URL for users with a custom provider endpoint
-
comment generation improved, now creates multiple multi-line comments on both assembly view and pseudocode view
-
renaming functionality improved, now can rename functions, sub-routines, variables, offsets, pointers.. and more (i forgot what the rest are called, here's a list of what it can rename:
sub_12345678, qword_12345678, j_sub_12345678, loc_12345678, case_12345678, def_12345678, &off_14660B310, byte_12345678, word_12345678, dword_12345678, xmmword_12345678, ymmword_12345678, zmmword_12345678, tbyte_12345678, asc_12345678, str_12345678, stru_12345678, arr_12345678, off_12345678, seg_12345678, ptr_12345678...and more.. idk lol)
Fixes
- a bug where anthropic API keys would sometimes be seen as 'incorrect'
happy reversing ~
Version 1.2.4
implemented highly anticipated and requested feature "copy context" functionality
implemented "rename_all" functionality for improved variable and function renaming suggestions
https://discord.gg/JMRkEThbUU
happy reversing~
Version 1.2.3
JOIN THE DISCORD SERVER https://discord.gg/JMRkEThbUU
added GENERATE_COMMENT_PROMPT for strict comment generation rules
Version 1.2.2
added OpenRouter API support, thanks to @segmentationf4u1t
fixed critical AI response json parsing, causing a crash
happy reversing
Version 1.2.1
gpt-5 models added, happy reversing
Version 1.2.0
happy reversing
Version 1.1.0
v1.1.0 Merge branch 'main' of https://github.com/sigwl/AiDA - resolved READM…
Version 1.0.0
Simply place the .dll file into your IDA Plugins directory.
%APPDATA%\Hex-Rays\IDA Pro\plugins on Windows
$HOME/.idapro/plugins on Linux/Mac