Skip to content

Releases: LeoCodes21/alpha_decoder

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Dec 03:58

Changelog:

  • Refactored project to multi-crate model; Alpha2 support is now in its own crate, with more formats to come.
  • Alpha2 decoder now provides more specific information about the payload.
    e.g. Decoded shellcode with format Alpha2: Uppercase ASCII (BufferRegister=ECX, SEH, --nocompress)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 20:51

Changelog:

  • Implemented uppercase_unicode format
  • Implemented mixedcase_unicode_nocompress format
  • Implemented uppercase_unicode_nocompress format
  • Implemented mixedcase_ascii_nocompress format
  • Implemented uppercase_ascii_nocompress format

All Alpha2 formats are now supported.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Nov 23:15

Initial development release of alpha_decoder. See README for more information.