Skip to content

Releases: quarkslab/idascript

v0.4.1

05 Dec 12:58

Choose a tag to compare

Minor release for IDA path detection. Can accept both directory and binary.

What's Changed

  • Bump softprops/action-gh-release from 2.2.2 to 2.3.0 in the python group by @dependabot[bot] in #13

Full Changelog: v0.4.0...v0.4.1

v0.4.0

02 Jun 14:03

Choose a tag to compare

Major release that will come with a reworked API. It will break backward compatibility for some API (like timeout return code).

Note on breaking changes

  • The IDA_PATH environment variable will now point to the binary itself instead of the root installation path of IDA.

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

27 May 07:50

Choose a tag to compare

What's Changed

  • rework internal working of idascript

  • change behavior of IDA_PATH env variable. Should now points to the IDA executable to use rather than installation path.

Full Changelog: https://github.com/quarkslab/idascript/commits/v0.3.2

v0.3.1

12 Feb 23:07
d6f4bdd

Choose a tag to compare

What's Changed

  • switch to support IDA9.0, by dynamically searching for ida binary. First search ida64 and then ida.

  • Add -v option to enable debug logs

  • Add nop_script.py which enables running idascript without any script to just generate the .i64 by disassembling a program

Full Changelog: https://github.com/quarkslab/idascript/commits/v0.3.0

v0.2.2

07 Nov 09:37

Choose a tag to compare

What's Changed

  • add is_headless() function enabling running different code whether the script is running in GUI or headless.

Full Changelog: https://github.com/quarkslab/idascript/commits/v0.2.2

v0.2.1

23 Oct 14:02

Choose a tag to compare

What's Changed

  • Enable running IDA outside of the current virtualenv
  • Replace script-files by entry-points

Full Changelog: https://github.com/quarkslab/idascript/commits/v0.2.1

v0.2.0

11 Apr 16:24

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/quarkslab/idascript/commits/v0.2.0

v0.1.1

09 Jan 15:43

Choose a tag to compare

What's Changed

  • Move to pyproject.toml and src dir structure. Add python-magic-bin dependency for windows by @patacca in #2
  • Use python-magic-bin on windows by @patacca in #4
  • Fix CI for building sdist by @patacca in #3

New Contributors

Full Changelog: https://github.com/quarkslab/idascript/commits/v0.1.1

v0.1.0

13 Apr 06:05

Choose a tag to compare

v0.1.0