This commit is contained in:
Willy-JL
2024-03-07 04:38:27 +00:00
88 changed files with 1204 additions and 252 deletions

View File

@@ -98,8 +98,7 @@ bool elf_file_is_init_complete(ELFFile* elf);
/**
* @brief Get actual entry point for ELF file
* @param elf_file
* @param args
* @return int32_t
* @return void*
*/
void* elf_file_get_entry_point(ELFFile* elf_file);
@@ -148,4 +147,4 @@ ElfProcessSectionResult elf_process_section(
#ifdef __cplusplus
}
#endif
#endif