relocation

2024-11-03

relocation is a step in the linking process where the linker adjusts memory addresses in object files to match their final positions within the ...

Read More

sections (ELF)

2024-11-03

sections in ELF files are logical divisions containing data or code. These sections may include machine code, variable data, debugging symbols, ...

Read More

security researcher

2024-11-03

a security researcher is one who studies cybersecurity topics related to vulnerabilities, threats, detection, techniques, and so on.

Read More

symbols

2024-11-03

symbols in compiled programs refer to names of functions, variables, and other data within the executable file. These are added by the compiler and ...

Read More

System.map

2024-11-03

System.map is a file on Linux and Unix-like operating systems that lists symbol addresses for the kernel. This file is useful for debugging and ...

Read More

taskverse

2024-11-03

taskverse is a program similar to ps that lists all running processes on a Linux host using /proc/kallsyms instead of /proc/PID

This is useful for ...

Read More

variable

2024-11-03

A variable is a named storage location in a program or equation that holds a value.

Read More

cunleashed-heathfield2000

2024-10-30

C Unleased: From Knowledge to Mastery

by Richard Heathfield, Lawrence Kirby, et al.

SAMS Publishing 2000

Chapter 1

Page ...
Read More

elfmaster

2024-10-30

Ryan “elfmaster” O’Neill is an American hacker and software developer who primarily focuses on ELF-based malware and malware ...

Read More

virus (computer)

2024-10-30

computer viruses are a type of malware that replicate by copying themselves to other programs when ran, “infecting” other programs in a ...

Read More