chris124567 / eval-deobfuscator

A systematic approach to JavaScript deobfuscation
MIT License
59 stars 15 forks source link

Fixed invalid file path #4

Open foderking opened 2 years ago

foderking commented 2 years ago

The path to output/ and files/ in src/index.js were wrongly referenced. I changed them to their correct paths in the parent directory.