-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with file paths #57
Comments
Hmm strange, path like |
when i run electron app on windows the final path is like |
Unicode escaped strings should works fine. Can you provide small example with one or two files that i can reproduce this error? |
For example
With this code i got error: |
i think systemjs is the problem. |
Right now - no. I'll look into this. |
for now i tried to replace back hex for (\x40 \x2e \x2d \x2f) after obfuscation and it's ok! |
From my side currently even if 'unicodeEscapeSequence' option is disabled - all non-digit and non-latin symbols will encoded to unicode escape sequence. This is hack because without that i got |
Hi again! Please try new |
Any news? |
Problem should be fixed few beta releases ago. Closed. |
i am using javascript obfuscator with angular 2 and sytemjs for electron application.
the problem is after obfuscation file paths are wrong and systemjs get file not found error.
for example:
Object['defineProperty'](exports, '\x5f\x5fesModule', { '\x76\x61\x6c\x75\x65': !![] }); var core_1 = require('\x40angular\x2fcore'); var router_1 = require('\x40angular\x2frouter');
The text was updated successfully, but these errors were encountered: