I want to display CRC value (CRC32C) of the exe file created in visual studio 2019.

Asked 2 years ago, Updated 2 years ago, 29 views


CRC value of exe file created in visual studio 2019 Example) Tool CRC: 0x12345678
I would like to display it as shown in , but when I looked it up, it looks like the link below. https://gist.github.com/timepp/1f678e200d9e0f2a043a9ec6b3690635
I asked you a question because I don't know how to calculate CRC.
Thank you for your advice.

c++

2022-09-30 16:42

1 Answers

It seems that there are several applications that calculate CRC values.
If you put the executable file into the app, the CRC value will appear


2022-09-30 16:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.