/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.crystae.net
| | abstractexpr.com
2.6 parsecs away

Travel
| | 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...
| | broot.ca
1.6 parsecs away

Travel
| |
| | nora.codes
1.8 parsecs away

Travel
| | [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.nuculabs.dev
9.7 parsecs away

Travel
| I've recently finished reading a book called Practical Binary Analysis which I consider a state of the art book (review will come soon) and I would like to post my solution to the crackme found in chapter 5.