Search code examples
In an elf file, how to find which compile unit the variable is defined?...

elfdwarf

Read More
Does Disaggregating Sections in an ELF File Impact Performance?...

cachingmemorylinkerelfstatic-linking

Read More
How to write an encryption function for this decryption function (picoCTF GDB Test Drive)?...

cassemblyencryptionreverse-engineeringelf

Read More
What does the --audit flag to GNU ld do?...

linuxshared-librariesldglibcelf

Read More
Knowing the size of a C function in the compiled objectfile...

ccompiler-optimizationelfobject-files

Read More
How can I inject user-specific data (like a public key) into a pre-built Go binary without needing G...

goexeexecutableelfportable-executable

Read More
What exactly does `-rdynamic` do and when exactly is it needed?...

cgccshared-librarieselfdynamic-loading

Read More
CPU dependent code: how to avoid function pointers?...

carmcpuldelf

Read More
C/C++ with GCC: Statically add resource files to executable/library...

c++linuxgccshared-librarieself

Read More
Appending to an ELF file - Cortex M / GCC...

gcclinkerelfcortex-m

Read More
How to map runtime address from /proc/pid/maps to binary executable?...

linuxprocesselfdisassembly

Read More
Running ELF binaries on ReactOS...

binaryfileselfreact-os

Read More
How to extract the arguments of current function in C?...

clinuxgdbelfdwarf

Read More
ELF, Build-ID, is there a utility to recompute it?...

linuxlinkerelf

Read More
Why does the .data.rel.ro section takes so much space in my executable?...

clinuxgccldelf

Read More
.text section not part of segment even though size, offset and physical addresses match...

elf

Read More
gdb shows ELF section names also when the executable file is not accessible...

gdbsymbolselfdebug-symbols

Read More
Why GNU `ld` has different output from NASM vs GAS `.o` files using equivalent sources?...

linuxnasmldelf

Read More
How to update the section in ELF file, using a binary file...

stm32elfobjdumpstm32cubeidestm32f7

Read More
How to extract only the raw contents of an ELF section?...

linuxshellelfbinutils

Read More
How to list on-the-fly all the functions/symbols available in C code on a Linux architecture?...

c++clinuxsymbolself

Read More
which part of ELF file must be loaded into the memory?...

clinuxmemoryelf

Read More
Is the statement “Uninitialized global variables get weak symbols” in CSAPP accurate?...

cgcclinkerelfloader

Read More
What do R_X86_64_32S and R_X86_64_64 relocation mean?...

clinkerelfrelocation

Read More
What is the difference of weak and unique symbol binding?...

c++elf

Read More
How to MODIFY an ELF file with Python...

python-3.xelfpyelftools

Read More
Why is elf strip not cross platform...

x86-64elfarm64debug-symbols

Read More
Override symbols in non-dynamic sections of dynamically linked executable...

linuxgcclinkerldelf

Read More
Difference between Microsoft compiler and GNU compiler, in terms of output executable file size...

cgccexecutableelfcl

Read More
Objcopy --remove-section does not leave an ELF binary the same as the original before --add-section...

goelfobjcopygpg-signature

Read More
BackNext