You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, I aim to modify the e field within this structure. While I lack the Protobuf definition and message name, I possess the field number path to access e. I plan to generate a temporary message using the provided field numbers, decode the binary, modify the value, and then encode it again.
However, I've encountered an issue: when I decode the modified message alongside the actual message and its definition, I experience data loss and the disappearance of other fields.
Please guide on performing this task without experiencing data loss or losing other fields in the process.
The text was updated successfully, but these errors were encountered:
Hi,
I have the below data for example
Now, I aim to modify the
e
field within this structure. While I lack the Protobuf definition and message name, I possess the field number path to accesse
. I plan to generate a temporary message using the provided field numbers, decode the binary, modify the value, and then encode it again.However, I've encountered an issue: when I decode the modified message alongside the actual message and its definition, I experience data loss and the disappearance of other fields.
Please guide on performing this task without experiencing data loss or losing other fields in the process.
The text was updated successfully, but these errors were encountered: