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
fix: match PoC BLOB encoding and symmetric key flags
Two remaining byte-level mismatches vs the HarpoS7 PoC template:
1. BLOB inside Struct has an extra 0x00 before the VLQ length
2. Symmetric key flags in the SetMulti struct use flags | 0x10000
(e.g. 0x10101 for S7-1200, not 0x101)
0 commit comments