我创建了简单的 C++ Hello world 程序,然后我使用 MSVC++ 编译它,然后我使用 Notepad++ 查看可执行文件(我知道它不是用它打开二进制文件的最佳程序,但我想知道,如果有任何人可读字符串)。我发现那里的字符串像A cast to a smaller data type has caused a loss of data. If this was intentional, you should mask the source of the cast with the appropriate bitmask.
The value of ESP was not properly saved across a function call. This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.
这些字符串是什么,它们来自哪里,我该如何摆脱它们?