c4
c4 copied to clipboard
How to compile executable files with c4
i want to compile an executable file by c4 itself
Take a look at this fork of c4 by Dmytro Sirenko that includes a version that targets x86 execution. Hopefully that helps! https://github.com/EarlGray/c4
Yes, taking the generated machine code and dumping it into a simple ELF file should be straightforward.