├── .github └── FUNDING.yml ├── .gitignore ├── Makefile ├── NOTICE ├── bootimg-info.c └── bootimg.h /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osm0sis/bootimg-info/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osm0sis/bootimg-info/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osm0sis/bootimg-info/HEAD/Makefile -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osm0sis/bootimg-info/HEAD/NOTICE -------------------------------------------------------------------------------- /bootimg-info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osm0sis/bootimg-info/HEAD/bootimg-info.c -------------------------------------------------------------------------------- /bootimg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/osm0sis/bootimg-info/HEAD/bootimg.h --------------------------------------------------------------------------------