Jinmo / idapkg

Packages for IDA Pro (written in python but supports all)
MIT License
131 stars 16 forks source link

make idapkg itself a IDA package #4

Closed Jinmo closed 5 years ago

Jinmo commented 5 years ago

Currently, idapkg uses idapythonrc.py to bootstrap idapkg. This structure makes moving idapkg itself to idapkg/packages possible. (Though ~/idapkg/config.json directory must be hardcoded for now)

Doing this gives some benefits: upgrading idapkg easier. Then it can make one more improvement: making the installation script inlined. Currently, idapkg.py does this.

Jinmo commented 5 years ago

done