├── Makefile ├── README.md ├── decls_globals.h └── program.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruia-ruia/NFC-UAF-exploit-2021/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | You will also need: https://github.com/axboe/liburing 2 | -------------------------------------------------------------------------------- /decls_globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruia-ruia/NFC-UAF-exploit-2021/HEAD/decls_globals.h -------------------------------------------------------------------------------- /program.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ruia-ruia/NFC-UAF-exploit-2021/HEAD/program.c --------------------------------------------------------------------------------