How to get the source code for the source map?
-
There is a js file that was obfuscated and there is its source map.
How do I get the original file before obfuscation?JavaScript Annabelle Arnold, Feb 8, 2020 -
When you open the page in a browser, then in devtools you can open the Sources tab. All files should be displayed in accordance with the sourcemap. Provided that everything was done correctly.Anonymous
1 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!