Random Thoughts on Rust, Python, & Radare2

#rustlang #python #debugging #radare2 #assembly


Project maintained by commiebstrd Hosted on GitHub Pages — Theme by mattgraham

Object Shadowing for Serialization of Complex Types

Presently, I’m busy writing a capture the flag (CTF) scoreboard, it requires rather complex structures and relationships with other internal objects. Being a security event, I’d also like to maintain explicit control of user data. While serialization in Rust has come a significant way, leveraging auto-generation presents some issues.

Read More