mindedsecurity / JStillery

Advanced JavaScript Deobfuscation via Partial Evaluation
GNU General Public License v3.0
862 stars 143 forks source link

TypeError: Converting circular structure to JSON #20

Open sidealice opened 6 years ago

sidealice commented 6 years ago

https://static.meituan.net/bs/yoda-static/file:file/i/js/yoda.67cf2f12a78741c0.js

J-Brk commented 5 years ago

Same problem, first script I try to deobfuscate throws me this errors

DayDun commented 5 years ago

This causes the error

[function() {
    var a = {};
    a[0] = function() {};
}]