Skip to content

Commit

Permalink
StringConcealing
Browse files Browse the repository at this point in the history
  • Loading branch information
echo094 committed Sep 22, 2024
1 parent a06a9c0 commit 7ea4533
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/plugin/jsconfuser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,11 @@ const deStringConcealing = {
}
safeDeleteNode(obj.array_name, obj.array_path)
safeDeleteNode(obj.cache_name, obj.cache_path)
safeDeleteNode(obj.b2s_name, obj.b2s_path)
safeDeleteNode(obj.a2s_name, obj.a2s_path)
// a2s and b2s are pairs
if (safeDeleteNode(obj.b2s_name, obj.b2s_path)) {
obj.a2s_path.remove()
obj.a2s_path.scope.crawl()
}
},
}

Expand Down

0 comments on commit 7ea4533

Please sign in to comment.