Skip to content

Releases: allthingsida/qscripts

QScripts v1.2.6

19 Nov 20:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.5.1...v1.2.6

QScripts v1.2.5.1 (Windows) - IDA 8.5 and IDA 9.1

25 Mar 18:39

Choose a tag to compare

added IDA 8.5 support

Please make sure you update your ida-cmake too.

QScripts v1.2.5.1 (Windows) - IDA 9.0SP1

13 Feb 04:31

Choose a tag to compare

v1.2.5.1_90sp1

minor mods

QScripts v1.2.5.1 (Windows) - IDA 9.0

10 Oct 05:09

Choose a tag to compare

This is a pre-built plugin binary for IDA 9.0.

QScripts v1.2.5.1 (Windows)

05 Aug 08:19

Choose a tag to compare

  1. Added support for "Notebooks". This allows you to monitor a set of files in a given folder and the ability to execute all of them at once or just the modified "cells" only.
  2. IDA 9.0 beta support

QScripts v1.2.4 (Windows)

22 Mar 19:26

Choose a tag to compare

  • Actions were acting wonkey. Now it will be possible to deactivate monitor and reactivate it directly and your script will work
  • Shift-Enter was not working correctly if the undo script execution option was enabled
  • Updated docs

QScripts v1.2.3 (Windows)

18 Mar 21:24

Choose a tag to compare

Fixed dependencies reloading (please use provided example).

QScripts v1.2.2 (Windows)

06 Feb 20:40

Choose a tag to compare

Trigger files now can automatically detect which output file to wait for.
Just use the $ext$ variable.

For example:

/triggerfile /keep $env:IDASDK$\bin\plugins\qscripts_native$ext$

QScripts v1.2.1 (Windows)

08 Jan 08:25

Choose a tag to compare

  • Allow QScripts to work without needing a database
  • Minor refactoring

QScripts v1.2.0b (Windows)

25 May 04:49

Choose a tag to compare

Added support for C++ plugins that want to quickly test code in plugmod_t::run() and have the PLUGIN_UNL flag.