entry point

2024-11-03

The entry point of an executable file is the memory address where execution begins when the program is loaded.

Read More

executable file

2024-11-03

an executable file is a binary file containing machine code instructions for a computer to run a program. These are often formatted as ELF, PE, ...

Read More

grugq

2024-11-03

The grugq is a South African security researcher and hacker with works focusing on OPSEC and digital forensics.

Read More

objcopy

2024-11-03

objcopy is a tool that uses the GNU BFD library that is used to modify several binary formats: ELF, COFF, a.out, PE, SREC, …

It can copy data ...

Read More

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