mindedsecurity/JStillery

TypeError

Opened this issue · 8 comments

auqf commented

TypeError: Cannot set property 'firstObj' of undefined
image

wisec commented

Thanks for this @auqf ,
is it possibile to have the code that triggered the error?

auqf commented

how can i fix it?

wisec commented

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.

wisec commented

Thanks!
I'll look into it ASAP

auqf commented

thanks

auqf commented

hi, Has the problem been done?

The error in question can be reproduced using

[function() {
    var a = {};
    var b = a.hasOwnProperty;
}]