|
You are here |
broot.ca | ||
| | | | |
nora.codes
|
|
| | | | | [AI summary] Nora Tindall presents additional exercises and advanced techniques for reverse engineering binary files using tools like Radare2, strace, and dynamic analysis, specifically through a series of solvable CrackMe programs. | |
| | | | |
blog.famzah.net
|
|
| | | | | An example on how to reliably get the time zone abbreviation or time zone full name on Linux. | |
| | | | |
ryanhileman.info
|
|
| | | | | ||
| | | | |
abstractexpr.com
|
|
| | | Tracing a program with strace generates a lot of output because of the sheer number of syscalls every program calls during its runtime. This can become overwhelming very quickly, making it hard to analyze the trace and find what you are looking for. Fortunately, strace has several features that allow you to limit which syscalls... | ||