Samsung / jalangi2

Dynamic analysis framework for JavaScript
Apache License 2.0
435 stars 119 forks source link

Using Require in an analysis through MITM proxy #133

Open jawline opened 7 years ago

jawline commented 7 years ago

If I use require in an analysis to load helpers it works fine but through the browser MITMProxy it either fails to find require (not scoped) or through Electron it fails to find it in the path.

Is there any way to use require within an analysis instrumented with MITMProxy