Explore >> Select a destination


You are here

nfil.dev
| | blog.tst.sh
4.7 parsecs away

Travel
| | The goal is to implement functioning kernel virtual memory management, and use it to implement syscalls such as fork.
| | prog.world
4.5 parsecs away

Travel
| | [AI summary] The article discusses the use of Intel Processor Trace (PT) technology to capture code traces from the System Management Mode (SMM) in a computer's BIOS. The authors detail the process of creating a backdoor to access SMM, modifying the SMI dispatcher to redirect execution to a custom shellcode, and using tools like WinIPT and ptxed to analyze the trace data. They also mention challenges such as synchronization issues and the need for cross-platform compatibility, and conclude that this method provides an efficient way to investigate SMM code for vulnerabilities.
| | www.dgendill.com
5.1 parsecs away

Travel
| | [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.
| | travisdowns.github.io
20.5 parsecs away

Travel
| A blog about low-level software and hardware performance.