r5sdk/r5dev/resource/protobuf/generate.bat
Kawe Mazidjatari b26ed2f746 Engine: implement encryption for RCON protocol
RCON lacked encryption, added AES-CTR encryption on RCON frames. Slightly adjusted protocol to take this into account (sending nonces, encrypted data itself, etc).
2024-06-01 11:24:47 +02:00

4 lines
103 B
Batchfile

protoc64 --cpp_out=. sig_map.proto
protoc64 --cpp_out=. netcon.proto
protoc64 --cpp_out=. events.proto