mindedsecurity / JStillery

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

Custom scope implementation: Reasoning #17

Closed Flamefire closed 6 years ago

Flamefire commented 6 years ago

I'm interested in why the custom scope implementation was done and what exactly it does. There are other scope-resolving implementations (e.g. escope) which could be used instead. Why are they not?

wisec commented 6 years ago