Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in position-independent-code
How can I tell if jump is absolute or relative?
Dec 05, 2022
assembly
nasm
x86-16
instruction-set
position-independent-code
Why does a Program Compiled with -fpic and -pie Have Relocation Table?
Sep 16, 2022
c
gcc
position-independent-code
How is the address of the text section of a PIE executable determined in Linux?
Jan 08, 2020
linux
linux-kernel
glibc
aslr
position-independent-code
How to find load relocation for a PIE binary?
May 20, 2022
c
linux
elf
aslr
position-independent-code
How can two processes share the same Shared Library?
Aug 25, 2022
unix
shared-libraries
dynamic-linking
position-independent-code
got
Why I cannot compile with -fPIE but can with -fPIC?
Aug 21, 2020
c
linux
gcc
fpic
position-independent-code
How do I force gcc to call a function directly in PIC code?
Feb 16, 2021
c
gcc
x86
position-independent-code
plt
What are the semantics of ADRP and ADRL instructions in ARM assembly?
Dec 31, 2021
assembly
arm
arm64
instructions
position-independent-code
Why does GCC create a shared object instead of an executable binary according to file?
Aug 30, 2022
c
gcc
shared-libraries
static-libraries
position-independent-code
What is the -fPIE option for position-independent executables in gcc and ld?
Aug 16, 2022
gcc
linker
aslr
position-independent-code