Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leiradel/flolinker
https://github.com/leiradel/flolinker
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leiradel/flolinker
- Owner: leiradel
- License: zlib
- Created: 2015-03-06T22:21:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T22:41:57.000Z (over 9 years ago)
- Last Synced: 2023-02-26T07:46:43.355Z (over 1 year ago)
- Language: C
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.