yomaytk / elfconv

An experimental AOT compiler that translates Linux ELF binary to WebAssembly
Apache License 2.0
160 stars 8 forks source link

Upstream missing Remill instructions #21

Open pgoodman opened 6 months ago

pgoodman commented 6 months ago

Hello! I notice in your README that you mention that you have implemented support for instructions missing from Remill. Would you be willing to open PRs for those instructions and upstream the changes into Remill itself?

yomaytk commented 6 months ago

Hello! Yes, I have added some aarch64 instructions and will add more in the future. Ok, I will open PRs for those instructions! However, I don't use the test program of remill (remill/tests) and don't test some of the new instructions, so it might takes some times to prepare PRs.