├── .gitignore ├── COPYING ├── README.md ├── main.go └── types.go /.gitignore: -------------------------------------------------------------------------------- 1 | go-readelf 2 | -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad0p/go-readelf/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad0p/go-readelf/HEAD/README.md -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad0p/go-readelf/HEAD/main.go -------------------------------------------------------------------------------- /types.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad0p/go-readelf/HEAD/types.go --------------------------------------------------------------------------------