Add several methods in the SystemUtils class to detect the OS architecture (32 bits or 64 bits), the architecture of an executable file (32 bits, 64 bits, or universal for PE, ELF, or Mach-O), and the compatibility between the OS architecture and the executable type
Add an ExecutableFinder class to find an executable in a list of roots
Last edit: Hervé Girod 2017-04-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Add several methods in the SystemUtils class to detect the OS architecture (32 bits or 64 bits), the architecture of an executable file (32 bits, 64 bits, or universal for PE, ELF, or Mach-O), and the compatibility between the OS architecture and the executable type
Add an ExecutableFinder class to find an executable in a list of roots
Last edit: Hervé Girod 2017-04-03