vstruct2
vstruct2 copied to clipboard
Vivisect Structure Definition/Parsing Library
Results
1
vstruct2 issues
Sort by
recently updated
recently updated
newest added
via: https://github.com/vivisect/dissect/pull/1 i had used the following function to cast the bytes from one vstruct to another: ``` def cast_vstruct(src_instance, dst_instance): ''' load the bytes that back `src_instance` into `dst_instance`....