wherewarlocksstayuplate-skyper2025

2025-04-11

Where Warlocks Stay Up Late Episode 4: Eduart Steiner aka Skyper Notes Skyper Phrack Read More

ddeb

2025-04-09

ddeb are Debian/dpkg packages with debugging symbols. Read More

debug symbol

2025-04-09

Debug symbols are special symbols that attach information to the symbol table of an object file to make them easier to debug. ... Read More

dpkg

2025-04-09

dpkg packages refer to a package management format and tool used by Debian-derived Linux distributions. https://en.wikipedia.org/wiki/Dpkg Read More

pahole

2025-04-09

Poke-a-hole shows data structure layouts in DWARF files and pretty prints them. https://github.com/acmel/dwarves https://lwn.net/Articles/335942/ Read More

patchelf

2025-04-09

patchelf is a command-line tool used to modify ELF files. https://github.com/NixOS/patchelf Read More

PwnKit

2025-04-09

CVE-2021-4034 aka PwnKit is a local privilege escalation vulnerability found in polkit’s pkexec utility, a setuid tool that allows unprivileged ... Read More

QR code

2025-04-09

A QR code (Quick Response code) is a type of two-dimensional barcode that stores information in a matrix of black and white squares, allowing for ... Read More

qrencode

2025-04-09

qrencode is a command-line utility to generate QR codes and save as PNG files. https://linux.die.net/man/1/qrencode Read More

hash table

2025-04-08

Hash tables are data structures that store data in a way enabling very fast lookups by using a hash function to map keys to values and sort them in ... Read More