elfrc
convert arbitrary files into elf objects
Install
- All systems
-
curl cmd.cat/elfrc.sh
- Debian
-
apt-get install elfrc
- Ubuntu
-
apt-get install elfrc
- Kali Linux
-
apt-get install elfrc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install elfrc
- Raspbian
-
apt-get install elfrc
- Dockerfile
- dockerfile.run/elfrc
elfrc
convert arbitrary files into elf objects
elfrc is a program which can turn arbitrary files into ELF object files which can then be linked into your program directly and accessed via simple, user-defined symbol names. For instance, it's possible to embed even huge (16MB+) files directly into the executable and then access the data in constant time without making the compiler or linker eat loads of memory.