├── LICENSE ├── README.md ├── badger_stub.c ├── beacon_wrapper.h ├── encode_args.py └── patch.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVISOsecurity/cs2br-bof/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVISOsecurity/cs2br-bof/HEAD/README.md -------------------------------------------------------------------------------- /badger_stub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVISOsecurity/cs2br-bof/HEAD/badger_stub.c -------------------------------------------------------------------------------- /beacon_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVISOsecurity/cs2br-bof/HEAD/beacon_wrapper.h -------------------------------------------------------------------------------- /encode_args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVISOsecurity/cs2br-bof/HEAD/encode_args.py -------------------------------------------------------------------------------- /patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVISOsecurity/cs2br-bof/HEAD/patch.py --------------------------------------------------------------------------------