'How to extract the node js code base from bundled exe file?

I'm working on a task where I've been given an exe file of Node.JS application. I don't have the complete code and I even don't know which npm module was used to create exe file.

Now my task is to extract the code from exe file and make changes to the code.

Is it possible to extract the code from exe file without having the actual code base and are there any modules available for that.

Appreciate the response in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source