a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: 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.
Description: 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.
--- 234708 Thu Jan 1 00:00:00 1970
+++ 54551 Thu Jan 1 00:00:00 1970
@@ -1,8 +1,8 @@
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.
+ 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
+ For instance, it's possible to embed even huge (16MB+) files directly into the
- directly into the executable and then access the data in constant
+ executable and then access the data in constant time without making the
- time without making the compiler or linker eat loads of memory.
+ compiler or linker eat loads of memory.