baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

Know-How / Wissenswertes

securitywithoutborders / hardentools

Hardentools is a collection of simple utilities designed to disable a number of “features” exposed by operating systems (Microsoft Windows, for now), and primary consumer applications. https://github.com/securitywithoutborders/hardentools

Software i’m using under GNU/Linux – Personal shortlist

Personal Shortlist: – Thunderbird (+ Calendar Addon) with TT DeepDark skin and Enigmail for Encryption – KeepNote … for taking notes – Chromium + Firefox … webbrowser – KeePassX … i like the UI more than KeePass2, and it’s open. A nice closed source alternative would be https://www.enpass.io/ … (basically a cross platform 1password clone) […]

gdb cheat sheet

This is just a small list i’ve collected for myself. Not meant to be complete … set disassembly-flavor intel …. obligatory life saver 😉 x/100bs $rsp ……. ASCII dump stack (byte-wise) x/100ws $rsp ……. ASCII dump stack (lower word-bytes only) x/80x $rsp ………. HEX dump stack x/80xb 0x7fffffffd880 ….. HEX dump memory address xxd from […]

Previous Posts Next posts