HaxeFoundation / neko

The Neko Virtual Machine
https://nekovm.org
Other
558 stars 107 forks source link

Decompile ? #268

Open Fatichti opened 2 years ago

Fatichti commented 2 years ago

👋 Hello,

I have some old ndll files. Is there a way to reopen / decompile them to continue my projects?

tobil4sk commented 1 year 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