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

https://github.com/lieff/dynobj

Dynamic COFF object loader
https://github.com/lieff/dynobj

coff dynamic jit object script scripting

Last synced: 9 months ago
JSON representation

Dynamic COFF object loader

Awesome Lists containing this project

README

          

Dynamic COFF object loader
==========================

Tiny lib, can load .obj files into memory, link with other objects and provided functions.
Can be used for in-game scripting. Currently 32-bit only.