|
You are here |
nullprogram.com | ||
| | | | |
wiki.osdev.org
|
|
| | | | | [AI summary] A step-by-step tutorial from the OSDev Wiki explains how to parse and implement an ELF file loader for the i386 architecture using C code. | |
| | | | |
blog.stalkr.net
|
|
| | | | | Sometimes I need to create a tiny ELF with some assembly code, because I'm restricted in size or just don't like the bloated binary produced... | |
| | | | |
venam.net
|
|
| | | | | An executable is something that causes a computer to perform some tasks according to encoded instructions. It's in opposition to a data file which must be parsed by another program to be meaningful, for example an image or video. The instructions are usually in machine code, read by the cpu and so dependent on the cpu architecture. An ex... | |
| | | | |
squanderingti.me
|
|
| | | Sometimes you want to support some crazy LLVM features in Rust and need manual control over the linking process :-). | ||