Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in elf

Hook function to shared library unloading

linux elf dynamic-linking

libbpf: Error loading ELF section .BTF: 0

c elf bpf ebpf

vmlinux ELF find offsets for members of a given struct

linux elf

Running ELF binaries on ReactOS

binaryfiles elf react-os

ASLR and hard-coded addresses

Location of DW_FORM_strp values

elf dwarf

How to use GNU Assembler (GAS) to create a hand-written ELF File from the corresponding .s file

Why do I have to use ld to link my binary

linux nasm elf

How to reverse R_X86_64_JUMP_SLOT relocations?

Loading ELF shared library and custom binfmt executable into same Linux address space

How to understand the difference between Offset and VirAddr in Program Headers in elf?

What is the appointment of the ".group" sections of Elf-file?

elf

Load both musl libc.so and gcc libc.so in the same process?

glibc elf libc musl

.so injection under linux: how to locate address of dlopen()?

What is the difference between android art elf and Linux elf files?

android linux gcc runtime elf

ELF label address

Is it possible to check the hash in the "GNU_HASH" section of an ELF executable?

How to handle the "relocation R_X86_64_PC32 against protected symbol" when writing shared objects in assembly?

How unix's strings command works?