How to get information about a Windows executable (.exe) using C++

前端 未结 4 2083
挽巷
挽巷 2020-12-15 01:04

I have to create a software that will scan several directories and extracts information about the executables found.

I need to do two things:

  • Determine
4条回答
  •  伪装坚强ぢ
    2020-12-15 01:46

    Not all executables are PE files: for example batch/command files are (in a sense) executable, as are DOS-format executables.

提交回复
热议问题