Explore >> Select a destination


You are here

blog.frost.kiwi
| | blog.dornea.nu
4.1 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.
| | gist.github.com
3.2 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | mihail.co
4.0 parsecs away

Travel
| | The ramblings of a code gardener.
| | chaosinmotion.com
24.1 parsecs away

Travel
| So in Objective C or Objective C++, if you pass in a pointer to something not a basic type (like 'int' or 'double' or 'void'), the Objective C compiler thinks it's an Objective C class. It needs to know this so it can perform automatic reference counting. If you need to pass in a pointer...