''' This script allow you to load a DLL using the Windows API 'LoadLibrary()' function and returns it's load and relative text section virtual memory address. You can specifiy multiple DLL files at once using the wildcard (globbing) character. Note to self: next time use argparse instead of the *limited* getopt. Coded with some love by e3prom