An open API service indexing awesome lists of open source software.

https://github.com/pyzh/barelibc


https://github.com/pyzh/barelibc

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

========
barelibc
========

Mostly a stripped down version of musl libc 1.1.11 for x86-64 linux
only, will enter seccomp strict mode as soon as program started.

compile C program

gcc -static -Bpath/to/barelibc/lib -o evil evil.c

compile C++ program

gcc -static -fno-rtti -fno-exceptions -Bpath/to/barelibc/lib -include path/to/barelibc/prologue.hpp -o evil evil.cpp