An Insight into GDB Principles
This article is a highlight from the KX forum Author from KX forumID: ScUpax0s The goals of this article are: Main goal: Understand the debugging principles of GDB and learn the use of ptrace. Secondary goal: Implement a tiny debugger that can be used for tracing. Terminology: tracer: The one who traces tracee: The one … Read more