esp32-elfloader
esp32-elfloader copied to clipboard
esp32 component to load in ram and relocate elf file
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...