11 Mar
2025
11 Mar
'25
4:41 p.m.
Array selector data begins with 4 bytes length, followed by string bytes. Right after the string starts the code blob, that we access with (uint32_t *)(ptr + string_size) + 1. There is no separate field to care about at (ptr + string_size). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7547