-
-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Using unsafe when obfuscating will allow to do some interesting things, such as:
1) Fix lazy map iteration problem (idea from here)
2) Add data obfuscation. For example, automatic prevention of string disclosure via GC. This can be implemented via unsafe.StringData
method and force zeroing of string data.
In addition to "unsafe" is unsafe, i see a potential problem in the future with exporting code (#369), because using unsafe can break compatibility between versions of go.
What's your opinion?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request