Explore >> Select a destination


You are here

blog.tst.sh
| | cocomelonc.github.io
5.0 parsecs away

Travel
| |
| | goggleheadedhacker.com
2.8 parsecs away

Travel
| | This tutorial will show how two methods of implementing the AES algorithm work. It will also demonstrate how to identify these methods in Assembly when reverse engineering an application.
| | adventures.michaelfbryan.com
5.2 parsecs away

Travel
| | The other day, someone on the Rust user forums posted a question that really nerd-sniped me. They had data generated by a C++ program and were wanting to load it into a Rust program, but when asked what format the data was in the author didnt provide some something like a JSON schema or Protobuf file, instead they just got the definition for a C struct. A common method for serializing data in C is to create a struct and directly write its bytes into a file, the deserializing is just a case of reading the...
| | blog.startifact.com
35.3 parsecs away

Travel
| I think, for me, becoming enamored by a programming language requires a sense of empowerment by that language.