===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gdmd-2.100+git200102/dmd-script-82-sub targetHasEXE() {
gdmd-2.100+git200102/dmd-script:83:    my $target = `$gdc -dumpmachine`;
gdmd-2.100+git200102/dmd-script-84-    return $target =~ m/mingw/ || $target =~ m/cygwin/;
##############################################
gdmd-2.100+git200102/dmd-script-237-
gdmd-2.100+git200102/dmd-script:238:my $gcc_version = `$gdc -dumpversion`;
gdmd-2.100+git200102/dmd-script-239-my $gcc_maj;
##############################################
gdmd-2.100+git200102/dmd-script-248-
gdmd-2.100+git200102/dmd-script:249:#my $target_machine = `$gdc -dumpmachine`;
gdmd-2.100+git200102/dmd-script-250-#chomp $target_machine;