Day 8: Handshake Logic

Establishing a stable protocol handshake between client and the RPC server

Author HungNguyen

#Building the Communication Bridge

Research time was limited today due to unexpected commitments, but my focus remained on perfecting the Protocol Flow

Communication between a client and a memory-managed C++ backend requires exact structural alignment

#1. Protocol Connect Flow

I have successfully mapped and implemented the initial handshake protocol. This ensures that the server recognizes the client as a legitimate peer before any command execution occurs

#2. Python Script

The Python script is nearing completion in terms of its structural form. And implementing the specific commands that trigger the memory corruption is my next target

I will tell more details in the future blog ^^