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 a person who studies cybersecurity-adjacent topics.

Read More

software application

2024-11-03

A software application is a computer program that performs a specific task.

examples of applicatons: Chrome, Word, Excel, Emacs, vim, …

Read More

strip debugging symbols

2024-11-03

stripping debugging symbols refers to the removal of symbols and debugging information from executables or object files.

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 Remark ...
Read More