Paketname | elfrc |
Beschreibung | convert arbitrary files into elf objects |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.7-1 |
Sektion | universe/utils |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | libc6 (>= 2.4) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 11048 Byte |
Prüfsumme MD5 | fd3a2619e85658d7205f9c7981dc6982 |
Prüfsumme SHA1 | acca4386639b07be22d31d3cc98f2d2ca7963643 |
Prüfsumme SHA256 | a74af2511fac8fdcf824e13bfe84013d4dea1dc815802d3fc07e61d93c994487 |
Link zum Herunterladen | elfrc_0.7-1_i386.deb |
Ausführliche Beschreibung | 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.
|