Active waiting Don’t use this approach, cause it will unnecessarily consume CPU time. The sleep reduces the CPU consumption, but
Continue readingCategory: Technology
BT Audio – Classic and Low Energy
Comparison BT Classic Audio BT Low Energy Audio Introduced with BT v1.0 BT v5.2 Profiles – A2DP (Advanced Auto Distribution
Continue readingX11 with DRI (Linux)
In the past all rendering from the X Clients happened through the X Server via the X11/GLX protocol. It’s called
Continue readingStatic code injection (PE)
In general Use either available space in an existing section or add a new one. Add your code either directly
Continue readingcrackmes.one (Example 1)
Setup Data URL: nutcake’s WhiteRabbit Language: C/C++ Platform: Unix/Linux (ELF64) Description: “Can you find the rabbit hole cof cof, I
Continue readingClient-side storage (Web browser)
Overview User data Cookies Web Storage IndexedDB Cache HTTP Cache GPU Cache Code Cache 1.1 Cookies The data gets received
Continue readingView certificates from NSSDB
List containing files $ ls cert9.db key4.db pkcs11.txt cert9.db SQLite database Certificate store key4.db SQLite database Password store pkcs11.txt Text
Continue readingCertificate status checking
A certificate has a specific expiary date and if it got untrusted by the CA in this time (e.g. its
Continue readingThe Pitchfork Layout (C++)
I recently stumbled over ‘The Pitchfork Layout‘ and I know there are so many ways to order your project files,
Continue readingDeclaration specifiers (C++)
The following list is just a selection. Specifier Variable Function const Can’t be modified.1 Method: Can’t modify its fields.1 constexp
Continue reading