https://github.com/maxrt101/sdk-elf-loader
ELF Loader Demo on a Microcontroller
https://github.com/maxrt101/sdk-elf-loader
Last synced: about 1 month ago
JSON representation
ELF Loader Demo on a Microcontroller
- Host: GitHub
- URL: https://github.com/maxrt101/sdk-elf-loader
- Owner: maxrt101
- Created: 2025-10-08T02:50:33.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-12-10T16:51:48.000Z (7 months ago)
- Last Synced: 2025-12-11T02:34:10.136Z (7 months ago)
- Language: C
- Homepage:
- Size: 2.58 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ELF Loader
Example of PIE ELF loader, complete with relocation patching and shared APIs

### How to run
Prerequisites:
- `arm-none-eabi-gcc`
- `cmake`
- `make`
- `qemu-system-arm`
Steps:
- `cmake --preset "STM32F100 Debug"`
- `cd cmake-build-stm32f100-debug`
- `make`
- `./run.sh`