You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was curious if separate scripts obfuscated independently from one another can call functions from one another.
I just tested, and it seems to work fine -- functions between scripts successfully call one another, but I was curious if this is 100% reliable.
Are there circumstances where obfuscated code will make functions or global variables, etc. unrecognizable?
I was curious if separate scripts obfuscated independently from one another can call functions from one another.
I just tested, and it seems to work fine -- functions between scripts successfully call one another, but I was curious if this is 100% reliable.
Are there circumstances where obfuscated code will make functions or global variables, etc. unrecognizable?
The following suggests it works fine:
index.html
Script1.js (Obfuscated)
Script2.js (Obfuscated separately)
The text was updated successfully, but these errors were encountered: