re #9712 Added t32 api fetcher
re #9712 restructuring of info fetcher
re #9570 - Commented IProcessDetection.cs, IProcessUtils.cs, ProcessDetection.cs, and ProcessUtils.cs
re #9570 Commented DebuggerInfoParser.cs, IInfoFetcher.cs, and InfoFetcher.cs
re #9443 refactoring of detection classes
re #9568 Fixed a typo in the config file
re #9568 Fixed formatting
re #9568 Added all 4 commands (arguments) to be sent to the debugger into the configuration file.
re #9568 Fixed a typo in the filename.
re #9566 Removed IoUtils.cs since it was being used only in one place.
re #9566 Moved magic values into the configuration file.
re #9566 Added InfoFetcher.cs, modified some other files (a bit of refactoring)
re #9565 Implemented DebuggerInfoParser, added IoUtils for reading the content of a file
re #9433 Added possible detection by port listening
re #9433 Added possible detection by process name
re #9433 Abstract detection definition added