objdump
GCC proper visibility for shared object written in C++
I have a huge project written in C++. It\'s all split into multiple static libraries that are eventually linked into one final shared library which has to export only a few simple functions.[详细]
2023-04-09 16:01 分类:问答Buffer Overflow Attack
I\'m trying to execute a very simple buffer overflow attack. I\'m pretty much a newbie to this. So, if this question is stupid, please excuse me :-)[详细]
2023-04-03 05:42 分类:问答Use different objdump in kcachegrind
Kcachegrind will use the default one objdump by default (to get asm code from ELF). Is it pos开发者_JS百科sible to force Kcachegrind to use different objdump, e.g. /home/os_gx/local/bin/arm-linux/obj[详细]
2023-04-02 00:26 分类:问答Why some executables don't have main function?
I \"objdump -d\" an executable, e.g, /bin/ls, and I found there\'s not any main function in 开发者_Go百科the assembly code. Why?You\'d probably find a \"main()\" in most executables that haven\'t been[详细]
2023-04-01 22:11 分类:问答GCC/objdump: Generating compilable/buildable assembly (interspersed with C/C++) source?
This is close to Using GCC to produce readable assembly?, but my context here is avr-gcc (and correspondingly, avr-objdump) for Atmel (though, I guess it would apply across the GCC board).[详细]
2023-03-26 12:03 分类:问答objdump output - what do the columns represent? [duplicate]
This question already has answers here: meaning of objdump -d output assembly (2 answers) Closed 1 year ago.[详细]
2023-03-24 00:12 分类:问答How to find the function symbol in nm or objdump when using shared_ptr for abstract class?
I use shared_ptr for an abstract class ABC. ABCImpl class is the implementation of ABC. abc_ptr is a shared_ptr< ABC> points to an ABCImpl objects. In caller function, abc_ptr will call one of the[详细]
2023-03-23 00:25 分类:问答Sections of a disassembled x86 elf executable and when and in which order they are run
I\'m learning currently x86 assembly and trying some reverse engineering on a regular x86 elf executable. Now the开发者_StackOverflow社区re are multiple sections like init main etc.[详细]
2023-03-22 08:26 分类:问答Can I give objdump an address and have it disassemble the containing function?
I\'m finding it really annoying to have to disassemble large swathes of library code just to get enough context to see what is causing a crash. Is there any way that I can just hand objdump an address[详细]
2023-03-14 21:12 分类:问答How to compile library with source code with NDK tools?
How to compile library with source code ? I am developing the native library with android ndk. Sometimes I got the crash dump messages from logcat.[详细]
2023-03-13 17:59 分类:问答