Open Fatichti opened 2 years ago
.ndll
is just neko's custom extension for system dynamic libraries, i.e. it's just a renamed .dll
, .dylib
, or .so
depending on your system. There is no simple way to "decompile" them.
If you want to load functions from an ndll
, see this thread: https://github.com/HaxeFoundation/neko/issues/246#issuecomment-1264653392
👋 Hello,
I have some old ndll files. Is there a way to reopen / decompile them to continue my projects?