ben-sb / javascript-deobfuscator

General purpose JavaScript deobfuscator
https://deobfuscate.io
Apache License 2.0
786 stars 112 forks source link

js-deobfuscator: command not found #46

Closed indexofrefraction closed 12 months ago

indexofrefraction commented 1 year ago

npm install --global js-deobfuscator .. seems to work fine ... but, then on trying ... js-deobfuscator -bash: js-deobfuscator: command not found (macOS 11)

bfontaine commented 1 year ago

Indeed, the npm package doesn’t define any executable: https://www.npmjs.com/package/js-deobfuscator?activeTab=code

RandomStrangerOnTheInternet commented 12 months ago

How would one be able to run this then, or is the README.md incorrect?

bfontaine commented 12 months ago

@RandomStrangerOnTheInternet the README is incorrect. You might want to try with the online version.

indexofrefraction commented 12 months ago

CLI would be better but was removed intentionally I guess. nevermind.