├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── LazyIDA.py ├── README.md └── ida-plugin.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L4ys/LazyIDA/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L4ys/LazyIDA/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L4ys/LazyIDA/HEAD/LICENSE -------------------------------------------------------------------------------- /LazyIDA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L4ys/LazyIDA/HEAD/LazyIDA.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L4ys/LazyIDA/HEAD/README.md -------------------------------------------------------------------------------- /ida-plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/L4ys/LazyIDA/HEAD/ida-plugin.json --------------------------------------------------------------------------------