Explore >> Select a destination


You are here

cocomelonc.github.io
| | blog.dornea.nu
1.9 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.
| | eli.thegreenplace.net
2.1 parsecs away

Travel
| |
| | niemczuk.tech
3.0 parsecs away

Travel
| | Everyone should be familiar with the concept of brute forcing. In short it is an action of trying every possible combination till succeeding. Most often used in password hacking / hash guessing.
| | blog.quarkslab.com
20.9 parsecs away

Travel
| [AI summary] This article discusses the export of disassembled program data from various disassemblers, focusing on the BinExport tool and its use of the Protobuf serialization format for compactness. It also explores other binary serialization formats like FlatBuffers and Cap'n Proto, comparing their performance and memory usage. The main findings include the compactness of Protobuf, the advantages of zero-copy strategies in FlatBuffers and Cap'n Proto, and the trade-offs between serialization formats for different use cases.