Skip to content

Commit

Permalink
Replace vm2 reference with isolated-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBaryoPX committed Jul 24, 2023
1 parent 26541a5 commit 8902317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ that can solve specific problems.
The basic structure of such a deobfuscator would be an array of deobfuscation modules
(either [safe](src/modules/safe) or [unsafe](src/modules/unsafe)), run via the [runLoop](src/modules/utils/runLoop.js) util function.

Unsafe modules run code through `eval` (using [vm2](https://www.npmjs.com/package/vm2) to be on the safe side) while safe modules do not.
Unsafe modules run code through `eval` (using [isolated-vm](https://www.npmjs.com/package/isolated-vm) to be on the safe side) while safe modules do not.

```javascript
const {
Expand Down

0 comments on commit 8902317

Please sign in to comment.