Can an ELF file contain more than one character table? Is it standardized somehow?
Yes - there can be types SHT_SYMTAB and SHT_DYNSYM - local and dynamic characters in different sections, each with a character table.
Yes, there is an ELF standard.
See: http://www.skyfree.org/linux/references/ELF_Format.pdf
What are you trying to do?
Source: https://habr.com/ru/post/1315995/More articles:MySQL syntax problem in "SELECT * FROM INTO FILE" - sqlProgrammatically perform actions on UILabel touchUpInside? - iphoneUML and Algorithms - oopProgrammatically add to Window.Resources in WPF - c #How to add a custom build target to a Visual C ++ 2010 project? - c ++Java: Should I always replace arrays for ArrayLists? - javaAbstract class' constructor requests return type - constructorWhat if getcwd () and getenv ("PWD") do not match? - cextractin / building boost program_options - c ++PHP / Smarty - How to check an array for objects with specific values โโand create a temporary array of these objects - phpAll Articles