用node启动mjs文件报错:require is not defined in ES module scope
现象如下: 原因: 文件后缀是mjs, 被识别为es模块,但是node默认是commonjs格式,不支持也不能识别es模块。
解决办法:把文件后缀从.mjs改…
题目描述
You won’t figure out anything if you give in to fear. 学习资料: https://ctf-wiki.github.io/ctf-wiki/reverse/maze/maze-zh/ 附加说明:请走最短路线
题解
分析题目
一看题目:maze 可以确定是一个迷宫题
void __fastcall __noreturn…