Open a custom module

Hello there. I want to know if is possible to open a custom module, wihtout the repository. This module was created with SDK module. Is it possible? Thanks

I’m not entirely sure what you’re asking.

Module files are just zip files. You can unzip it and poke around, but all that’s in there are JAR files containing compiled code.

If you need the source code and only have the module file you are out of luck.

Which is the whole point of compiled code--the proprietary module content is secure from prying eyes.

We lost the repository and only have the modl file. Then, bad luck.

Thanks for the help!