4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / Makefile
CC = gcc
CFLAGS = -g -Wall -Werror
BIN = poc
LDLIBS = -lbluetooth
all: $(BIN)

clean:
	rm -f $(BIN)

fmt:
	clang-format -i poc.c