├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── dexinfo.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poliva/dexinfo/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poliva/dexinfo/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poliva/dexinfo/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poliva/dexinfo/HEAD/README.md -------------------------------------------------------------------------------- /dexinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poliva/dexinfo/HEAD/dexinfo.c --------------------------------------------------------------------------------