Linux Kernel Debugging by Kaiwan N Billimoria
Author:Kaiwan N Billimoria [Billimoria, Kaiwan N]
Language: eng
Format: epub
Tags: Debug hacks, Linux kernel programming, c, c++, linux, kgdb, kernel architecture, QEMU, OS, debug
Publisher: Packt Publishing
Published: 2022-07-08T00:00:00+00:00
On my x86_64 Ubuntu 20.04 LTS guest VM (running our custom 5.10.60-prod01 kernel), I find there are 112 *-bpfcc utilities installed (theyâre actually Python scripts).
In the section just prior to this one, we saw that the execve() (or execveat()) system call is the one that actually executes processes; we attempted to trace itâs execution via the perf-tools utilities (execsnoop-perf), but it just failed. Now, with the eBPF BCC front-ends installed, letâs retry:
$ uname -r 5.10.60-prod01 $ sudo execsnoop-bpfcc 2>/dev/null [â¦] PCOMM PID PPID RET ARGS id 7147 7053 0 /usr/bin/id -u id 7148 7053 0 /usr/bin/id -u git 7149 7053 0 /usr/bin/git config --global credential.helper cache --timeout 36000 cut 7151 7053 0 /usr/bin/cut -d= -f2 grep 7150 7053 0 /usr/bin/grep --color=auto ^PRETTY_NAME /etc/os-release cat 7152 7053 0 /usr/bin/cat /proc/version ip 7157 7053 0 /usr/bin/ip a sudo 7159 7053 0 /usr/bin/sudo route -n route 7160 7159 0 /usr/sbin/route -n [...]
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7734)
Filmora Efficient Editing by Alexander Zacharias(5433)
The Infinite Retina by Robert Scoble Irena Cronin(4877)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3899)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3769)
Edit Like a Pro with iMovie by Regit(3230)
Linux Administration Best Practices by Scott Alan Miller(2837)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2814)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2502)
Docker on Windows by Stoneman Elton(2301)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2290)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2208)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2089)
Creative Projects for Rust Programmers by Carlo Milanesi(2032)
Hands-On Linux for Architects by Denis Salamanca(2023)
Computers For Seniors For Dummies by Nancy C. Muir(1978)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(1969)
The Old New Thing by Raymond Chen(1922)
Linux Kernel Debugging by Kaiwan N Billimoria(1747)
