Firefox在Windows上的Spider-Monkey

时间:2019-03-04 15:42:25

标签: firefox spidermonkey

我对火狐和蜘蛛猴一无所知。我只想用它来分析恶意javascript以获得分析报告,以便我可以训练我的模型。 我已经在C驱动器上构建了Mozilla-Source,并在C驱动器的“ MOZILLA”文件夹中下载了蜘蛛猴。我不能跑蜘蛛猴。 Mozilla folder contains Spider-Monkey downloaded by following command

cd js/src
autoconf-2.13

# This name should end with "_OPT.OBJ" to make the version control system 
ignore it.
mkdir build_OPT.OBJ
cd build_OPT.OBJ
../configure
# Use "mozmake" on Windows
make

0 个答案:

没有答案