Explore >> Select a destination


You are here

fdiv.net
| | atilaoncode.blog
58.8 parsecs away

Travel
| | I'll lead with a file: // stdlib.dpp #include #include void main() { printf("Hello world\n".ptr); enum numInts = 4; auto ints = cast(int*) malloc(int.sizeof * numInts); scope(exit) free(ints); foreach(int i; 0 .. numInts) { ints[i] = i; printf("ints[%d]: %d ".ptr, i, ints[i]); } printf("\n".ptr); } The keen eye will notice that, except for the...
| | cardaci.xyz
90.9 parsecs away

Travel
| | A subtlety of the ptrace system call can be used to prevent a program from being debugged on macOS.
| | saagarjha.com
71.4 parsecs away

Travel
| | Saagar Jha's website.
| | wsummerhill.github.io
101.2 parsecs away

Travel
| SecurityTube Linux Assembly Expert (SLAE) Course Exercises