Explore >> Select a destination


You are here

decoded.avast.io
| | santandersecurityresearch.github.io
3.4 parsecs away

Travel
| | The public blog of Santander Cyber Security Research
| | 0x434b.dev
4.8 parsecs away

Travel
| | Continuing to walk down Linux Kernel exploitation lane. This time around with an unanticipated topic: DirtyPipe as it actually nicely fits the series as an example.
| | googleprojectzero.blogspot.com
5.1 parsecs away

Travel
| | Posted by Gal Beniamini, Project Zero Mobile devices are becoming an increasingly privacy-sensitive platform. Nowadays, devices process ...
| | craftinginterpreters.com
30.7 parsecs away

Travel
| [AI summary] The text discusses the implementation of a compiler for a simple programming language, focusing on parsing and bytecode generation. It covers topics such as recursive descent parsing, Pratt parsing, and the use of a parser table to handle operator precedence. The text also includes code snippets for the parser and compiler functions, as well as instructions for debugging and testing the compiler. The author emphasizes the importance of error handling and the use of a debug flag to enable the printing of generated bytecode.