Adrian Stein
Results
2
issues of
Adrian Stein
# Detailed Problem Description with Example A symbol with a name longer than 8 characters, will be stored in the string table, as per the PE File Format Documentation given...
### What is the Problem: When calling `ptrace(PTRACE_TRACEME, 0 , NULL, NULL)`, the current process will be traced by it's **parent** (according to the [ptrace man pages](https://man7.org/linux/man-pages/man2/ptrace.2.html)). It also states,...