esp32-elfloader icon indicating copy to clipboard operation
esp32-elfloader copied to clipboard

esp32 component to load in ram and relocate elf file

Results 3 esp32-elfloader issues
Sort by recently updated
recently updated
newest added

Hello. Is it possible to use C++ to create an elf file using classes? All attempts to load the file were unsuccessful.

Most runtimes expect this for stuff like the bss section (the xtensa gcc ports certainly do)

Hi. I was able to run the test payload defined as a C array in the `payload.h`: `unsigned char example_payload_payload_elf[]`. However when I try to compile the example `main.c` code...