I'm afraid I do not know any program that can extract (rip) a module out of an executive. But I know that if you know your share of assembly language and got an disassembler, you may be able to locate the module and extract the module manually from the assembly code.
Of course, that is really difficult to do since assembly is not only the most difficult programming language to learn but also the most difficult to view and interpret. (Assembly language gives the best results, though - if you know how to program well in it, I mean. I do not recommend any unexperienced programmers to try to learn it.) And in the end, all you would have is a module in .EXE format. Handy? Not really. But that is the only way I can figure out to extract a module out of a program.
If anyone want to learn assembly or learn what it is all about, try this website:
http://webster.cs.ucr.edu