問題タブ [reversing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
portable-executable - PE ファイルの ImageBase 値を手動で挿入できますか?
PE ファイルの ImageBase 値を手動で挿入できますか?
基本的に.. DLL の ImageBase = 10000000 EXE の ImageBase = 00400000
可能であれば、ImageBase をランダム アドレスに変更します。どうしようかな。
c++ - C++を使用して入力ファイルの順序を逆にする方法は?
ファイルの順序を逆にして、別のファイルに出力する必要があります。たとえば、
入力:
期待される出力:
これは私の現在のコードです。行の順序だけでなく、各単語の文字の順序も逆にする場所に出力されます。
現時点の: