Releases: AngeloD2022/jsxer
Version 1.7.3
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
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
What's Changed
- Improve error logging in jsxer reader by @AngeloD2022 in #134
- Update minimum CMake version and MacOS architectures by @AngeloD2022 in #135
Full Changelog: v1.6.0...v1.6.1
Version 1.6.0
[MINOR] Added shorthand update expression simplification (see #114).
Version 1.5.1
[MINOR] Revamped CLI
[BUGFIX] Fixed improper function argument sequence.
Thanks @psyirius for all of the contributions. ❤️
Version 1.4.1
[BUGFIX] Fixed and improved representation of numbers. (thanks @psyirius!)
Version 1.4.0
[MINOR] Added JSXBIN version info to output header comment.
Version 1.3.6
[BUGFIX] Fixed compilation error for MSVC users.
Added automatic builds for macOS and Windows!!! 🎉
Version 1.3.5
[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
- Improved deobfuscation.
- AST fixes and improvements.
- Decompiler now uses smart pointers.