PreRequisite : bpftrace
For logging system calls of the program and building a program trace
PreRequisite : BootStrap
For building fake directory system directory for isolation of program to from main directory
Do not Use Command
sudo apt update / upgrade
it can take significat amount of time to update insted use specific installation commands
⚠️ installation command
will only work for the fake directory if the progam is running and it is mounted, main system terminal might cause installation in the main system files!
SETUP WHITE
mkdir build
cd build
cmake ..
#Windows->
cmake --build .
cd debug
./WHITE
#Linux->
make
sudo ./WHITE