Explore >> Select a destination


You are here

satharus.me
| | kristerw.blogspot.com
3.1 parsecs away

Travel
| | There are some subtle differences between the revisions of the C standard that makes it possible to create programs that behaves differentl...
| | blog.dornea.nu
3.0 parsecs away

Travel
| | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations.
| | blog.oddbit.com
3.4 parsecs away

Travel
| | Overview I was recently working with someone else's C source and I wanted to add some basic error checking without mucking up the code with a bunch of if statements and calls to perror. I ended up implementing a simple must function that checks the return value of an expression, and exits with an error if the return value is less than 0. You use it like this: must(fd = open("textfile.txt", O_RDONLY)); Or:
| | marc-b-reynolds.github.io
18.0 parsecs away

Travel
| A short note on computing the modular multiplicative inverse of an odd integer.