-
Notifications
You must be signed in to change notification settings - Fork 144
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
TypeError #25
Comments
Thanks for this @auqf , |
how can i fix it? |
In order to be sure of the fix I should look at the JS that you wanted to deobfuscate and the caused the error in JStillery. |
Thanks! |
thanks |
hi, Has the problem been done? |
The error in question can be reproduced using [function() {
var a = {};
var b = a.hasOwnProperty;
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TypeError: Cannot set property 'firstObj' of undefined
The text was updated successfully, but these errors were encountered: