Skip to content

Releases: allthingsida/qscripts

QScripts v1.2.7

Choose a tag to compare

@github-actions github-actions released this 25 Mar 19:13

Full Changelog: v1.2.6...v1.2.7

QScripts v1.2.6

Choose a tag to compare

@github-actions github-actions released this 19 Nov 20:00

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

Choose a tag to compare

@0xeb 0xeb released this 25 Mar 18:39
added IDA 8.5 support

Please make sure you update your ida-cmake too.

QScripts v1.2.5.1 (Windows) - IDA 9.0SP1

Choose a tag to compare

@0xeb 0xeb released this 13 Feb 04:31
v1.2.5.1_90sp1

minor mods

QScripts v1.2.5.1 (Windows) - IDA 9.0

Choose a tag to compare

@0xeb 0xeb released this 10 Oct 05:09

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

QScripts v1.2.5.1 (Windows)

Choose a tag to compare

@0xeb 0xeb released this 05 Aug 08:19
  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)

Choose a tag to compare

@0xeb 0xeb released this 22 Mar 19:26
  • 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)

Choose a tag to compare

@0xeb 0xeb released this 18 Mar 21:24

Fixed dependencies reloading (please use provided example).

QScripts v1.2.2 (Windows)

Choose a tag to compare

@0xeb 0xeb released this 06 Feb 20:40

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)

Choose a tag to compare

@0xeb 0xeb released this 08 Jan 08:25
  • Allow QScripts to work without needing a database
  • Minor refactoring