#ifndef MACHINE_CODE_H #define MACHINE_CODE_H #include // 获取机器码 std::string getMachineCode(); #endif // MACHINE_CODE_H