elf
What are the meanings of the columns of the symbol table displayed by readelf?
Could someo开发者_如何学编程ne explain the columns shown of the symbol table using readelf?Consider the following:[详细]
2023-01-04 01:41 分类:问答How to hook a function for a particular shared ELF library?
LD_PRELOAD hooks some functi开发者_开发技巧ons for the entire process, but I need to hook a particular function for only one dynamically linked library by its name. See the article Redirecting functio[详细]
2023-01-04 01:02 分类:问答Building elf within Eclipse within Windows
I\'m having trouble building an Elf file within Eclipse within Windows. It seems that everytime I build, a PE / portable executable for windows is created. I\'ve gone into the Binary Parser section an[详细]
2023-01-02 12:05 分类:问答Flush ELF section from RAM after library initialization
I have a lot of code in an ELF shared library that is only used during library initialization (it\'s called from static initializers).If I put this code in its own section (or perhaps it can go in the[详细]
2023-01-01 12:31 分类:问答Packing a file into an ELF executable
I\'m currently looking for a way to add data to an already compiled ELF executable, i.e. embedding a file into the executable without recompiling it.[详细]
2023-01-01 02:32 分类:问答Why are functions loaded at aligned addresses in x86 Linux for elf executables?
I\'ve been looking at Linux elf executables on x86, mostly using IDA but also gdb. One thing I\'ve noticed is functions are always loaded[详细]
2022-12-30 15:16 分类:问答"No such file or directory" error when executing a binary
I was installing a binary Linux application on Ubuntu 9.10 x86_64. The app shipped with an old version of gzip (1.2.4), that was compiled for a much older kernel:[详细]
2022-12-28 01:10 分类:问答ELF: linking: Why do I get undefined references in .so files
I\'m trying to build a program against wxWidgets, and I get a linker error. I\'d like to really understand what it means. The error is:[详细]
2022-12-27 03:46 分类:问答How do global variables get initialized by the elf loader
For global variables in C like int aglobal = 5; When does the 5 get transferred into aglobal by the loader and how does it know to put 5 in aglobal.[详细]
2022-12-26 19:55 分类:问答How to convert PE(Portable Executable) format to ELF in linux
What\'s the best tool for converting PE binaries to ELF binaries? Following is a brief motivation for this question:[详细]
2022-12-25 05:56 分类:问答