シンプルな C++ Hello world プログラムを作成し、MSVC++ を使用してコンパイルし、メモ帳 ++ を使用して実行可能ファイルを調べました (それでバイナリ ファイルを開くのに最適なプログラムではないことはわかっていますが、人間がいるかどうかを知りたかったのです)。読み取り可能な文字列)。次のような文字列が見つかりました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.
それらの文字列は何ですか? どこから来たのですか? どうすれば取り除くことができますか?