├── .gitattributes ├── readme.md └── src ├── Makefile ├── beacon.h ├── breg.c └── breg.h /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ausec-it/bof-registry/HEAD/.gitattributes -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ausec-it/bof-registry/HEAD/readme.md -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ausec-it/bof-registry/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/beacon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ausec-it/bof-registry/HEAD/src/beacon.h -------------------------------------------------------------------------------- /src/breg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ausec-it/bof-registry/HEAD/src/breg.c -------------------------------------------------------------------------------- /src/breg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ausec-it/bof-registry/HEAD/src/breg.h --------------------------------------------------------------------------------