gdb cheatsheet
breakpoint
breakpoint
[ 81.890105] CPU: 3 PID: 890 Comm: insmod Tainted: G O 4.19.108-v8+ #1
Install required packages ```bash $ sudo apt install docker.io -y $ sudo apt install docker-compose -y $ sudo apt install lighttpd -y
Preserve white spaces In macOS, you need to press⌥ Opt+Space
Occasionally, you may want to remove a commit from github/gitlab, for example, I pushed a commit to switched the jekyll theme from minima to minimal mistakes...
All-zero address shown when do cat /proc/modules echo 0 > /proc/sys/kernel/kptr_restrict # or with sysctl sysctl kernel.kptr_restrict=0
Basic Setup
Syzkaller is a coverage-guided fuzzer for Linux kernel, it was mainly developed by Dmitry Vyukov, and with many other developers, it’s under active developme...
In Kernel memory debugging techniques, we talked about using script decode_stacktrace.sh to translate addresses to lines, or if only interested in one entry ...
Disable subtitles in VLC by default Go to VLC ➜ Preferences ➜ Subtitles / OSD, enter none in the text box labeled Preferred subtitle language, this works fo...