Samsung / jalangi2

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

Selective instrumentation #140

Open marijaselakovic opened 7 years ago

marijaselakovic commented 7 years ago

Is there a possibility to selectively chose AST nodes for instrumentation? For example, I want to instrument and track only function calls to reduce the overall overhead of instrumenting all nodes.