/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

squanderingti.me
| | gebir.ge
2.0 parsecs away

Travel
| | [AI summary] The author documents their learning journey into binary analysis by manually patching assembly instructions and using LD_PRELOAD hooking to reverse the logic of a string comparison function.
| | cookie.engineer
1.2 parsecs away

Travel
| | Linux Assembly Part 1: Syscalls
| | timelessname.com
1.2 parsecs away

Travel
| | [AI summary] The article details the author's process of creating the smallest possible x86 ELF binary that outputs 'Hello World' on Ubuntu Linux, involving C, assembly, and hex editing to minimize the file size.
| | amirmalik.net
19.7 parsecs away

Travel
| A simple example of adding a Go library to a Rust program, and then using the bindgen FFI to call Go functions from Rust.