Very simple (yet?) COFF to COFF linker. Merges several COFF files into one. Only works for dependency-less objects yet (designed exclusively for linking objects into KolibriOS COFF library).
- Remove symbols from the resulting COFF file and only keep one per section.
- Support for linking into PE executable and DLL.
- Support for combining COFF and ELF files.
- Multithreaded linking.
Development process (in Russian)