This is the correction to the following video:
"Part 2 | De-serialization | Example of Binary Serialization in C++ | Secure Programming Practices"
https://youtu.be/7NT9Ko0kQHE
This video is accompanied by my blog post:
https://dennisbabkin.com/blog/?i=AAA12200
For the source code check "BinSerialize" Visual Studio C++ solution on GitHub:
https://github.com/dennisbabkin/BinSerialize
Time Codes:
===========================
0:28 Correction for the incorrect std::string size check during de-serialization.
3:25 Adding a check if a double type refers to a valid number during de-serialization.
7:32 Final check if de-serialization logic produced the same structure as the original.
#windows #security #serialization #cpp
Download
0 formats
No download links available.
Part 3 | De-serialization (Correction) | Example of Binary Serialization in C++ | NatokHD