Skip to content

v0.12.0

Compare
Choose a tag to compare
@mvdan mvdan released this 10 Feb 10:54
· 14 commits to master since this release
v0.12.0
f3f57e3

This release continues support for Go 1.21 and includes fixes for Go 1.22, now that the final 1.22.0 release is out.

@lu4p improved the detection of types used with reflection to track make calls too, fixing more cannot use T1 as T2 errors when obfuscating types. See #690.

@pagran added a trash block generator to the control flow obfuscator. See #825.

A number of bugfixes are also included:

  • Avoid an error when building for GOOS=ios - #816
  • Prevent the shuffle literal obfuscation from being optimized away - #819
  • Support inline comments in assembly #include lines - #812