|
You are here |
blog.dornea.nu | ||
| | | | |
ravendb.net
|
|
| | | | | I previously askedwhat the code below does, and mentioned that it should give interesting insight into the kind of... | |
| | | | |
cocomelonc.github.io
|
|
| | | | | [AI summary] The article explains how to write and execute shellcode on macOS using Assembly and C, highlighting differences from Linux and the need for mmap to allocate executable memory. | |
| | | | |
blog.oddbit.com
|
|
| | | | | 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: | |
| | | | |
www.softdevtube.com
|
|
| | | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is | ||