I haven't loaded up a VM of Linux yet (I have OpenSUSE on a VM on my machine), but whenever I run the executable under Cygwin, I get the error message "cannot execute binary file". Windows (PowerShell) tells me that it can't find the command that is the file name, or if I use ./, it tells me that no application can open this file. Also, in Windows (Command Prompt), I get a message that says the file is not recognized as a command or operable program.
Note that I already used chmod on Cygwin to set the file to executable.
I have no idea what language this is in, but it's an executable. I'm trying to be able to execute this file on my local machine so I can complete the actual assignment that it is for, which is black-box testing the application. Unfortunately, I'll be traveling and don't want to rely on my school's servers when I won't have reliable Internet access until I'm back home.
Thanks for any suggestions on dealing with this issue.