VXadventure-amethystbasilisk2024
2024-11-04
Broodsac A VX Adventure in Build Systems and Oldchool Techniques
Phrack Magazine Issue 71 article 9 ...
Read More
country
2024-11-03
A country is a territorial body or political entity recognized as an independent nation.
Read More
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