On Sunday, 26 August 2018 at 16:47:47 UTC, solidstate1991 wrote:
I've chosen to work on Mago, with the following goals:

-Porting it to D first and foremost to make code maintenance and expansion easier in the future. -Add better support for Win32-COFF (there's a few more bugs compared to Win32-OMF in my experience) and Win64-COFF. As I read COFF32 needs some manual installation, which will be made easier by either a Powershell script, or even a custom installer, the latter might branch out on its own project.
-Fix some general bugs, like the non-working -break-insert -f.
-Add some simple GUI for Mago-mi instead of just the GDB compatible text interface.
-Make it to work better with LDC if possible.

[...]

I guess I could help you out with coff.

generating it is not the problem but linking it on windows currently requires the MS linker.
which may not be desired.
then again ... I think binutils do support coff as well.

Reply via email to