- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
All,
Is there any way to read the checksum from an executable (.exe) file header? All I could find that might help was GETFILEINFOQQ which does not access the checksum.
TIA,
Bill
Is there any way to read the checksum from an executable (.exe) file header? All I could find that might help was GETFILEINFOQQ which does not access the checksum.
TIA,
Bill
링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I can't think of a way offhand, other than reading the EXE file and understanding the PE format. What are you trying to accomplish with this? Perhaps there's another way. There's some information you can retrieve with VerQueryValue, but not the checksum.
