Open matanki-saito opened 5 years ago
覚悟はしていたが、悲しいほどにコードが違うね...
あと百万年はかかる(´ ゚ω゚`)
winでGetModuleHandleA(NULL)する感じのことをlinuxしたい https://stackoverflow.com/questions/6972211/getmodulehandlenull-on-linux dlopen(NULL)を使えばいいのか?
実行ファイルの形式はPEからELF(intel 386)になる。 https://ja.wikipedia.org/wiki/Executable_and_Linkable_Format http://ukai.jp/debuan/2002w/elf.html
injector使わないでも環境変数でも行けそうだ http://zbdk.hatenablog.jp/entry/2012/01/29/192836
elfのフォーマットがまだよくわからんが、下記みたいな感じ。PEでのコードうまく使えると良いな https://ja.stackoverflow.com/questions/30778/elf%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AE%E7%89%B9%E5%AE%9A%E3%81%AE%E3%82%B7%E3%83%B3%E3%83%9C%E3%83%AB%E3%81%AE%E4%B8%AD%E8%BA%AB%E3%82%92%E5%BE%8C%E3%81%8B%E3%82%89%E5%B7%AE%E3%81%97%E6%9B%BF%E3%81%88%E3%81%9F%E3%81%84
資料 segmentとsectionについて http://warabanshi.hatenablog.com/entry/2013/03/03/174018
Still no plan for macOS? :/
Yes, I give precedence to EU4(x64)
Test project https://github.com/matanki-saito/vs2019AsmSample
Any progress?
(^o^) I'm ready to assemble code on the Linux. But analysis of ck2.so is not complete. This is really hard to do. (x_x)
Linux版の実現可能性を調査する