Skip to content

Releases: Jinmo/idapkg

v0.1.4

10 Jun 07:29
Compare
Choose a tag to compare

Long time no see! ✨🍰✨

Changes

  • Remove LIEF dependency
  • Support python 3 #15
  • Cleanup code

v0.1.3

15 Sep 06:51
Compare
Choose a tag to compare

Long time no see! 🍰

Changes

  • Being minimal as possible
    • removed capstone dependency
    • removed ifred as dependency
      now it's not downloaded automatically. Please use pkg.install('ifred') instead.
  • Add commands on the palette: Packages: Enable/Disable Packages

v0.1.2

30 May 12:28
Compare
Choose a tag to compare

Again, thanks for using idapkg! 🙇

Resolved issues

  • Fix pkg.install command to accept package names with underscore #9

  • Fix idausr_native_bases field to allow multiple versions of IDA to run idapkg #8

  • Add uninstallation scripts support #8

  • Add pkg.remote, pkg.upgrade #8

    cf. idapkg can be upgraded by executing pkg.install('idapkg', repo='https://api.idapkg.com', upgrade=True). From this release, it can be done by pkg.upgrade('idapkg'). Much shorter! Packages: Upgrade packages action can be used as always.

Merged PRs

  • Correct version information in modules #7

Thanks to @bruce30262 for reporting & merging all of these bugs & fixes!

v0.1.1

27 May 15:17
Compare
Choose a tag to compare

Thanks for using idapkg! 🙇‍♂️

  • Fixed threading issue on 7.2 #6