You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ExpoSE supports symbolic execution of Node.js programs and JavaScript in the bro
5
5
6
6
### Requirements
7
7
8
-
Requires `node` version v14.16.1 (other versions may work but are not tested), `npm`, `clang` (with `clang++`), `gnuplot` (for coverage graphs), `make`, `python2` (as python in path). On Ubuntu, since python2 has been removed by default I found that you may need to install python3-distutils.
8
+
Requires `node` version v14.16.1 (other versions may work but are not tested), `npm`, `clang` (with `clang++`), `gnuplot` (for coverage graphs), `make`, `python` (Python 3).
9
9
10
10
`mitmproxy` (Depends libxml2-dev, libxslt-dev, libssl-dev) is required for electron analysis.
0 commit comments