Skip to content

Releases: AngeloD2022/jsxer

Version 1.7.3

20 Sep 15:33
abf716b
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Fixed an erroneous cast that led to symbol renaming issues in deobfuscation (thanks to @raymond1177 for the bug report)

Full Changelog: v1.7.2...v1.7.3

Version 1.7.2

01 Sep 04:15
6d25d6a
Compare
Choose a tag to compare

What's Changed

  • FIX: Add length checks for signature validation. by @AngeloD2022 in #140
  • Implemented functionality to decompile and inline nested JSXBIN eval calls if they contain a valid signature.
  • Added version flag to CLI

Full Changelog: v1.6.1...v1.7.2

Version 1.6.1

05 May 02:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

Version 1.6.0

05 Jun 21:18
bd58fc3
Compare
Choose a tag to compare

[MINOR] Added shorthand update expression simplification (see #114).

Version 1.5.1

05 Jun 14:11
4bc0b05
Compare
Choose a tag to compare

[MINOR] Revamped CLI
[BUGFIX] Fixed improper function argument sequence.

Thanks @psyirius for all of the contributions. ❤️

Version 1.4.1

28 Mar 23:07
3aca108
Compare
Choose a tag to compare

[BUGFIX] Fixed and improved representation of numbers. (thanks @psyirius!)

Version 1.4.0

02 Mar 03:42
baeaf94
Compare
Choose a tag to compare

[MINOR] Added JSXBIN version info to output header comment.

Version 1.3.6

01 Mar 03:55
750ec7c
Compare
Choose a tag to compare

[BUGFIX] Fixed compilation error for MSVC users.

Added automatic builds for macOS and Windows!!! 🎉

Version 1.3.5

25 Feb 21:14
b67ac65
Compare
Choose a tag to compare

[BUGFIX] Fixed stoi out-of-range error.
[BUGFIX] Prevented stoul from interpreting signed values inside the length decoder (d_length).
[BUGFIX] Fixed improper parsing of the XMLConstantExpression node.
[BUGFIX] Dramatically improved the accuracy of XML-related code recovery.
[+] Other minor changes.

Version 1.3.0

23 Feb 04:51
4bb5d7a
Compare
Choose a tag to compare
  • Improved deobfuscation.
  • AST fixes and improvements.
  • Decompiler now uses smart pointers.