Skip to content

string: obfuscate all byte arrays with alignment of 1#31

Open
dzamlo wants to merge 1 commit intoeshard:mainfrom
dzamlo:obfuscate-more-strings
Open

string: obfuscate all byte arrays with alignment of 1#31
dzamlo wants to merge 1 commit intoeshard:mainfrom
dzamlo:obfuscate-more-strings

Conversation

@dzamlo
Copy link
Copy Markdown

@dzamlo dzamlo commented Mar 17, 2026

  • 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.

Fix #28

- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

String obfuscation doesn't works with rust

1 participant