You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the ELF generation process using char_array_t functions
These changes use the char_array_t structure and its functions to
simplify the ELF generation process, making related arrays such as
elf_code, elf_data, etc., dynamic.
The ELF writing functions are also enhanced for more efficient reuse.
0 commit comments