{"id":18770812,"url":"https://github.com/rasa/exetype","last_synced_at":"2026-01-24T08:01:22.852Z","repository":{"id":27505680,"uuid":"30986134","full_name":"rasa/exetype","owner":"rasa","description":"Display the type of a Windows EXE file","archived":false,"fork":false,"pushed_at":"2016-12-30T17:26:06.000Z","size":49,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-29T07:42:41.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rasa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-18T20:48:27.000Z","updated_at":"2024-02-06T21:55:44.000Z","dependencies_parsed_at":"2022-08-25T05:20:56.348Z","dependency_job_id":null,"html_url":"https://github.com/rasa/exetype","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fexetype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fexetype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fexetype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rasa%2Fexetype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rasa","download_url":"https://codeload.github.com/rasa/exetype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239677999,"owners_count":19679179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T19:21:38.683Z","updated_at":"2025-12-12T01:30:13.317Z","avatar_url":"https://github.com/rasa.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exetype [![Flattr this][flatter_png]][flatter]\n\nDisplay the type of a Windows EXE file.\n\n## Usage\n\n````\nexetype [options] target.exe\n\nOptions (defaults in parentheses):\n-t | --type                    Only display exe type\n-c | --cpu                     Only display cpu type\n-q | --quiet                   Only display errors, set errorcode to exe type\n-v | --version                 Show version and copyright and quit\n-? | --help                    Show this help message and quit\n````\n\n## Examples\n\n````batch\nc:\\\u003eexetype exetype.exe\n\nexetype.exe: Windows Console (x86 32-bit)\n\nc:\\\u003eexetype %windir%\\notepad.exe\nC:\\WINDOWS\\notepad.exe: Windows GUI (x86 32-bit)\n\nc:\\\u003eecho %errorlevel%\n2\n\nc:\\\u003eexetype -q exetype.exe\n\nc:\\\u003eecho %errorlevel%\n3\n````\n\n## EXE Types\n\n````\nIMAGE_SUBSYSTEM_UNKNOWN              0   // Unknown subsystem.\nIMAGE_SUBSYSTEM_NATIVE               1   // Image doesn't require a subsystem.\nIMAGE_SUBSYSTEM_WINDOWS_GUI          2   // Image runs in the Windows GUI subsystem.\nIMAGE_SUBSYSTEM_WINDOWS_CUI          3   // Image runs in the Windows character subsystem.\nIMAGE_SUBSYSTEM_OS2_CUI              5   // image runs in the OS/2 character subsystem.\nIMAGE_SUBSYSTEM_POSIX_CUI            7   // image runs in the Posix character subsystem.\nIMAGE_SUBSYSTEM_NATIVE_WINDOWS       8   // image is a native Win9x driver.\nIMAGE_SUBSYSTEM_WINDOWS_CE_GUI       9   // Image runs in the Windows CE subsystem.\nIMAGE_SUBSYSTEM_EFI_APPLICATION      10  //\nIMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER  11   //\nIMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER   12  //\nIMAGE_SUBSYSTEM_EFI_ROM              13\nIMAGE_SUBSYSTEM_XBOX                 14\n````\n\n## Verify a Release\n\nTo verify a release, download the .zip, .sha256, and .asc files for the release \n(replacing exetype-1.3-win32.zip with the release you are verifying):\n\n````\n$ wget https://github.com/rasa/exetype/releases/download/v1.3/exetype-1.3-win32.zip{,.sha256,.asc}\n````\n\nNext, check that sha256sum reports \"OK\":\n````\n$ sha256sum -c exetype-1.3-win32.zip.sha256\nexetype-1.3-win32.zip: OK\n````\n\nLastly, check that GPG reports \"Good signature\":\n\n````\n$ gpg --keyserver hkps.pool.sks-keyservers.net --recv-key 0x105a5225b6ab4b22\n$ gpg --verify exetype-1.3-win32.zip.asc exetype-1.3-win32.zip\ngpg:                using RSA key 0xFF914F74B4BB6EF3\ngpg: Good signature from \"Ross Smith II \u003cross@smithii.com\u003e\" [ultimate]\n...\n````\n\n## Contributing\n\nTo contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Bugs\n\nTo view existing bugs, or report a new bug, please see [issues](../../issues).\n\n## Changelog\n\nTo view the version history for this project, please see [CHANGELOG.md](CHANGELOG.md).\n\n## License\n\nThis project is [MIT licensed](LICENSE).\n\n## Contact\n\nThis project was created and is maintained by [Ross Smith II][] [![endorse][endorse_png]][endorse]\n\nFeedback, suggestions, and enhancements are welcome.\n\n[Ross Smith II]: mailto:ross@smithii.com \"ross@smithii.com\"\n[flatter]: https://flattr.com/submit/auto?user_id=rasa\u0026url=https%3A%2F%2Fgithub.com%2Frasa%2Fexetype\n[flatter_png]: http://button.flattr.com/flattr-badge-large.png \"Flattr this\"\n[endorse]: https://coderwall.com/rasa\n[endorse_png]: https://api.coderwall.com/rasa/endorsecount.png \"endorse\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Fexetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasa%2Fexetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasa%2Fexetype/lists"}