chisel
chisel copied to clipboard
A System for Debloating C/C++ Programs
I'm trying to build CHISEL from source, but I don't want to install LLVM on my machine, instead, I downloaded the binary and source of Clang and LLVM (I didn't...
 Screenshot shows make reduce for sort failing and passing for bzip2 The test.sh file fails for some reason while debloating sort. The debloating is working for all other programs...
The dockerfile does not work. At first, adding ``` RUN echo "deb http://security.debian.org/debian-security bullseye-security main contrib non-free" > /etc/apt/sources.list ``` at the top of the Dockerfile is necessary according to...