string-table Questions
2
Solved
I'm wondering how a .shstrtab is identified compared to a .strtab when parsing an ELF file? From reading elf(5) - Linux manual page both are of section header type SHT_STRTAB, so how would I know i...
Whim asked 23/11, 2020 at 10:57
2
I get some symbol and I get (a hexdump of) an ELF file. How can I know in which section this symbol appears?
What is the difference between .strtab and .shstrtab? Is there another array of symbol...
Africanist asked 2/7, 2012 at 8:6
4
I'm writing to see if any of you have ever seen or heard of an implementation of the idea I'm about to describe.
I'm interested in developing a printf-style debugging library for an embedded targe...
Erechtheus asked 2/8, 2011 at 12:54
4
What is the correct way in C++ to create a global & static table of strings?
By "global", I mean: Useable from any file that includes the header. But not part of some run-time created singelto...
Ppm asked 8/1, 2013 at 4:53
2
Solved
I am a .NET guy who is having to do some work on an MFC app. The app is a VS2008 MFC executable which I have converted to VS2010. The original developers did localisation by specifying the name of ...
Lundy asked 5/1, 2012 at 3:40
7
Solved
A recent question about string literals in .NET caught my eye. I know that string literals are interned so that different strings with the same value refer to the same object. I also know that a st...
Vizzone asked 16/12, 2008 at 20:18
1
© 2022 - 2024 — McMap. All rights reserved.