Created
May 29, 2023 13:46
-
-
Save toshi75/45211dcf54420e43e82e2680978c3d9f to your computer and use it in GitHub Desktop.
Unpack "eval(function(p,a,c,k,e,d){...", On bash with nodejs. #shell #JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Replace "eval" => "console.log" | |
And, Write to /path/to/file.js | |
"eval(function(p,a,c,k,e,d){..." | |
=> "console.log(function(p,a,c,k,e,d){..." | |
Then, run it. | |
node /path/to/file.js >What_you_want.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment