Skip to content

Releases: sigwl/AiDA

Version 1.2.7

20 Dec 15:01
7d7c955

Choose a tag to compare

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

27 Nov 18:22
aec58ce

Choose a tag to compare

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

18 Oct 20:12

Choose a tag to compare

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

29 Aug 11:19

Choose a tag to compare

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

26 Aug 15:17

Choose a tag to compare

JOIN THE DISCORD SERVER https://discord.gg/JMRkEThbUU

added GENERATE_COMMENT_PROMPT for strict comment generation rules

Version 1.2.2

19 Aug 17:50

Choose a tag to compare

added OpenRouter API support, thanks to @segmentationf4u1t
fixed critical AI response json parsing, causing a crash

happy reversing

Version 1.2.1

19 Aug 09:03
d8b930d

Choose a tag to compare

gpt-5 models added, happy reversing

Version 1.2.0

17 Aug 17:52

Choose a tag to compare

happy reversing

Version 1.1.0

21 Jul 14:36

Choose a tag to compare

v1.1.0

Merge branch 'main' of https://github.com/sigwl/AiDA - resolved READM…

Version 1.0.0

05 Jul 14:02

Choose a tag to compare

Simply place the .dll file into your IDA Plugins directory.
%APPDATA%\Hex-Rays\IDA Pro\plugins on Windows
$HOME/.idapro/plugins on Linux/Mac