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
string: obfuscate all byte arrays with alignment of 1
- Remove null-terminated check in `encodeStringDataArray`.
- Filter globals to only obfuscate those with an alignment of 1.
Not doing that lead to crashes of the compiler.
- Use `isString()` instead of `isCString()` to include more byte arrays.
0 commit comments