Skip to content

v1.10.0

Choose a tag to compare

@tstromberg tstromberg released this 08 Sep 15:21
· 6 commits to main since this release

Features

  • New ROT13+base64 decoder, exposed as StringMethod::Rot13Base64Decode.
  • Generalized ROT/charCode packer decoding for JavaScript

Fixes

  • Dropped the tracing-log bridge: a forged PE import directory turned goblin's per-entry warnings into a CPU livelock for the whole binary.
  • Unicode escape decoding no longer emits redundant backslashes.

Optimizations

  • The XOR auto-detect prefilter now tests the full min_length prefix instead of one byte
  • ARM64 stack-XOR extraction above 1 MiB now runs only on binaries the ordinary string pass calls opaque

Full Changelog: v1.9.1...v1.10.0