Releases: quarkslab/idascript
v0.4.1
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
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_PATHenvironment variable will now point to the binary itself instead of the root installation path of IDA.
What's Changed
- Feat/typing by @ebrocas in #9
- Add dependabot by @patacca in #10
- Add APIs on IDA class by @patacca in #11
- Bump softprops/action-gh-release from 0.1.15 to 2.2.2 in the python group by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: v0.3.2...v0.4.0
v0.3.2
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
What's Changed
-
switch to support IDA9.0, by dynamically searching for ida binary. First search ida64 and then ida.
-
Add
-voption to enable debug logs -
Add
nop_script.pywhich 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
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
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
What's Changed
- Rewrote MultiIDA support by @RobinDavid in #5
Full Changelog: https://github.com/quarkslab/idascript/commits/v0.2.0
v0.1.1
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
v0.1.0