Is a Bash script able to load a DLL and call its functions? If so, how can this be done? Other scripting languages, such as Python and Perl are able to do this. How about Bash? There seems to be very little online about this.
In a testing environment scripts such as Python or Perl are used to automate the test process by calling API hooks that are publicly accessible via the application's DLL files. My team is implementing automated testing for our product. We already have Bash installed and are somewhat knowledgeable with it, but the question remains as to whether Bash can be used to call the public API functions buried in the application's DLL files.