Releases: allthingsida/qscripts
Releases · allthingsida/qscripts
QScripts v1.2.5.1 (Windows) - IDA 9.0
This is a pre-built plugin binary for IDA 9.0.
QScripts v1.2.5.1 (Windows)
- 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.
- IDA 9.0 beta support
QScripts v1.2.4 (Windows)
- 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)
Fixed dependencies reloading (please use provided example).
QScripts v1.2.2 (Windows)
Trigger files now can automatically detect which output file to wait for.
Just use the
For example:
/triggerfile /keep
QScripts v1.2.1 (Windows)
- Allow QScripts to work without needing a database
- Minor refactoring
QScripts v1.2.0b (Windows)
Added support for C++ plugins that want to quickly test code in plugmod_t::run() and have the PLUGIN_UNL flag.
QScripts v1.1.9alpha (Windows)
- Refactored the code
- Added package dependency support
QScripts v1.1.6 (Windows)
- Added support for trigger files
- Various UI fixes
QScripts v1.1.5
- Re-execute active script manually using the Alt-Shift-X hotkey
- The scripts window now shows the script base name on its own column. This speeds up incremental search in the chooser