Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Can I run minified code through the Google Closure compiler and then apply obfuscation?#1143

Answeredbyslig
ertugrulcetin asked this question inQ&A
Discussion options

As the title says, can I apply obfuscation to minified code (Google Closure)?

It seems that we can not do the opposite;

Can I run a minifier such as UglifyJS or Google Closure Compiler on the obfuscated output?
No, it's not recommended and in some cases it'll break the code (such as if you enable self-defending). You can run your code through a minifier before to make sure that it removes dead code and do other optimizations, though.

You must be logged in to vote
Answered by sligJan 28, 2023
Yes, any valid JS code can be obfuscated.

Replies: 1 comment

Comment options

slig
Jan 28, 2023
Collaborator

Yes, any valid JS code can be obfuscated.
On Sat, Jan 28, 2023, 13:56 Ertuğrul Çetin ***@***.***> wrote: As the title says, can I apply obfuscation to minified code (Google Closure)? — Reply to this email directly, view it on GitHub <#1143>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAJHE4EUML7T5PEEIWWXZLWUVFTJANCNFSM6AAAAAAUJXRKWM> . You are receiving this because you are subscribed to this thread.Message ID: <javascript-obfuscator/javascript-obfuscator/repo-discussions/1143@ github.com>
You must be logged in to vote
0 replies
Answer selected byertugrulcetin
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@ertugrulcetin@slig

[8]ページ先頭

©2009-2025 Movatter.jp