/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

www.synthesis.to
| | blog.deobfuscate.io
2.5 parsecs away

Travel
| | Using symbolic execution to reverse engineer and devirtualise a binary using virtual machine obfuscation.
| | gpfault.net
4.4 parsecs away

Travel
| |
| | www.jmeiners.com
4.4 parsecs away

Travel
| | [AI summary] The provided text outlines the development of an LC-3 virtual machine (VM) in C, including the implementation of various instructions, memory operations, and input/output handling. It also discusses an advanced C++ approach using templates and bitwise flags to reduce code duplication and improve efficiency. The text covers topics like instruction decoding, memory addressing, flag handling, and platform-specific input buffering. Additionally, it references contributions from the community and mentions GitHub tags for organizing implementations in different languages.
| | blog.sylver.dev
24.0 parsecs away

Travel
| After discovering the SQLite file format and implementing the .tables command in part 1 and part 2 of this series, we're ready to tackle the next big challenge: writing our own SQL parser from scratch. As the SQL dialect supported by SQLite is quite ...