Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leiradel/flolinker


https://github.com/leiradel/flolinker

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# flolinker

Flat Loadable Object Linker (**flolinker**) is a (x64 only for now) linker that produces a binary that can be easily loaded into the address space of an application and have functions defined in it called. Yes, it's kind of a .dll or .so.

It has been slightly tested only under Win64 with object files produced by [tdm-gcc](http://tdm-gcc.tdragon.net/) and using the small memory model (`-mcmodel=small`).

It comes with an example program, and has been tested on Windows only.