mindedsecurity / JStillery

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

TypeError: Cannot read property 'push' of undefined #29

Open qq6r opened 5 years ago

qq6r commented 5 years ago

sample file:

project.f6eb1.js.txt

error screenshot: 无标题

DayDun commented 5 years ago

The issue can be reproduced with this snippet

var a = [];
for (var i = 0; i < 1; i++) {
    a[x()] = 0;
}