Skip to content

Instantly share code, notes, and snippets.

@X-C3LL
X-C3LL / miniloader.c
Created November 12, 2023 09:58
Minimal loader for sliver
// gcc estibador.c -o estibador -pie -fPIC
// [server] sliver > generate --http https://192.168.13.37/ --os linux --arch amd64
//Refs:
//
// https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html
// binfmt_elf.c
// http://manugarg.appspot.com/aboutelfauxiliaryvectors.html
//