|
You are here |
fdiv.net | ||
| | | | |
atilaoncode.blog
|
|
| | | | | 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
|
|
| | | | | A subtlety of the ptrace system call can be used to prevent a program from being debugged on macOS. | |
| | | | |
saagarjha.com
|
|
| | | | | Saagar Jha's website. | |
| | | | |
wsummerhill.github.io
|
|
| | | SecurityTube Linux Assembly Expert (SLAE) Course Exercises | ||