Blackbox Debugging Linux Programs
While working out the way with OpenSSL I stumbled on several things.Fortunately, I've come across this GitHub issue which mentioned one of the debugging utilities called strace.strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes…