Search code examples
Is there a technique to force all private member functions to have internal linkage?...

c++shared-librarieslinkageinliningposition-independent-code

Read More
How to build .rodata string table when PIE is enabled?...

assemblyx86-64nasmposition-independent-code

Read More
Mixing fPIC and non-fPIC object modules...

cgcccompilationshared-librariesposition-independent-code

Read More
Why does the disassembly of a shared object file compiled with -fPIC -shared introduces dummy addres...

clinuxassemblyx86position-independent-code

Read More
Should gcc -fPIC option be used when compiling for x86_64 architectures?...

clinuxgccx86position-independent-code

Read More
Fix relocations for global variables in position-independent executables with GCC...

gccrelocationposition-independent-code

Read More
When static library needs position independent code...

clinuxshared-librariesstatic-linkingposition-independent-code

Read More
Move the PC into another register with xtensa (lx6) cores...

assemblyprogram-counterposition-independent-codextensa

Read More
RISCV - How are jump instructions PC-relative?...

assemblycpu-architectureriscvinstruction-setposition-independent-code

Read More
MCUxpresso imr rt - Position Independent Code result in mem fault on free rtos task activation...

c++linkerposition-independent-codemcu

Read More
Writing and linking shared libraries in assembly 32-bit...

assemblyx86shared-librarieslibcposition-independent-code

Read More
why non-pic code can't be totally ASLR using run-time fixups?...

linuxx86-64elfaslrposition-independent-code

Read More
How can two processes share the same Shared Library?...

unixshared-librariesdynamic-linkingposition-independent-codegot

Read More
Position independent executable and fixed entry point address...

gccposition-independent-code

Read More
nasm: get offset of relocated binary during runtime from rip (instruction pointer)...

assemblyx86-64nasmposition-independent-code

Read More
Why dynamic libraries source code should be compiled with position-independent code?...

gccdynamic-linkingdynamic-libraryfpicposition-independent-code

Read More
How can I tell if jump is absolute or relative?...

assemblynasmx86-16instruction-setposition-independent-code

Read More
Bomb Lab Assignment Phase 5 - Writing Its C Equivalent...

assemblyx86reverse-engineeringposition-independent-code

Read More
What is the -fPIE option for position-independent executables in gcc and ld?...

gcclinkeraslrposition-independent-code

Read More
Why does GCC create a shared object instead of an executable binary according to file?...

cgccshared-librariesstatic-librariesposition-independent-code

Read More
How to configure gcc to use -no-pie by default?...

gccconfigurationldgnu-assemblerposition-independent-code

Read More
GCC Posistion independent code: Variables are not loaded correctly...

cgccposition-independent-code

Read More
How are relocations supposed to work in static PIE binaries?...

assemblyx86-64static-linkingrelocationposition-independent-code

Read More
How do I force gcc to call a function directly in PIC code?...

cgccx86position-independent-codeplt

Read More
What determines position-independence following a memory remap operation?...

assemblyarmgnuremapposition-independent-code

Read More
Position independent code in 16-bit real mode, bootloading/floppy read...

assemblynasmx86-16bootloaderposition-independent-code

Read More
Memory mapping and variable location of shared library compiled with -fPIC...

linuxgccshared-librarieselfposition-independent-code

Read More
Paging and PIC executables...

x86operating-systemx86-64virtual-memoryposition-independent-code

Read More
Compiling GAS code doesn't detect -fPIC option...

gccassemblygnu-assemblerposition-independent-code

Read More
GAS ASM PIE x86-64 access variable with LEA instruction...

assemblyx86gnu-assemblerposition-independent-code

Read More
BackNext