Skip to content

Commit

Permalink
v1.7.2 - Update dependencies (#78)
Browse files Browse the repository at this point in the history
* Update dependencies

* Adjust removeRedundantBlockStatements - TP-3 test to new flAST 1.4.0

* Update obfuscation detector

* 1.7.2
  • Loading branch information
ctrl-escp authored Jun 18, 2023
1 parent 262141c commit b17f89c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 50 deletions.
69 changes: 22 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "restringer",
"version": "1.7.1",
"version": "1.7.2",
"description": "Deobfuscate Javascript with emphasis on reconstructing strings",
"main": "index.js",
"bin": {
Expand All @@ -11,9 +11,9 @@
"test": "tests"
},
"dependencies": {
"flast": "^1.3.4",
"flast": "^1.4.0",
"jsdom": "^22.1.0",
"obfuscation-detector": "^1.1.0",
"obfuscation-detector": "^1.1.2",
"vm2": "^3.9.19"
},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions tests/modules-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = [
},
{
enabled: true,
looped: true,
name: 'removeRedundantBlockStatements - TP-3',
func: __dirname + '/../src/modules/safe/removeRedundantBlockStatements',
source: `if (a) {{do_a();}{do_b(); do_c();}{do_d();}}`,
Expand Down

0 comments on commit b17f89c

Please sign in to comment.