Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
しばらく前にプログラムを書きましたが、その後ソース コードを失いました。16 進エディタでプログラムを開くと、コード内のどこにも名前が見つかりません (名前を変更できるようにするため)。私が言及している名前は、ウィンドウの上部にあるものです。これを行う別の方法はありますか?
名前が Unicode である可能性があります。これは\0、名前の各文字の間に余分な文字があることを意味します。ワイルドカードを使用して検索し、null バイトをスキップします。
\0