User Details
- User Since
- Oct 18 2022, 9:24 PM (16 w, 10 h)
Mon, Feb 6
Wed, Jan 18
LGTM.
Jan 2 2023
Jan 1 2023
Dec 31 2022
add commit
Dec 30 2022
add test
Dec 29 2022
Oh, previously I leave blank because I would add other checksum test sets.
Oh, I understand. Thank you very much. And I think I should wait reviewers accept D140555 so that I can use llvm-readobj to add tests.
Thank you very much.
Dec 28 2022
But I have some questions. Why using "ulittle32_t" rather than "ulittle16_t".
Dec 26 2022
fix
Thanks. This method is really concise and clear. If don't consider the possibility of future use, such as adding other verifications, it is advisable to remove this part of complex code.
Thanks, I think it's a good idea.
Dec 24 2022
I deem that it is impossible to leak source code because the "checksum" only occupies only a DWORD. If reviewers think there is no problem, please accept the patch so that I can submit this commit.
Dec 22 2022
fix
Oh, right, but I see there is only an error which in file-headers.test can be raised.
Dec 11 2022
To be honest, I didn't know what I should do.
Dec 8 2022
Dec 6 2022
Oh well, I've tested a dozen samples using petool and they are all correct.
Dec 4 2022
Adjust clang-format
reCI
I have reviewed the source code of imagehlp.CheckSumMappedFile, which was leaked in nt5src, it is indeed rounding up.
Dec 3 2022
Dec 2 2022
Ok, I updated this patch.
Yes, these options are not documented, so I think they can be ignored. If they are important options for windows driver, why MSVC didn't document them. And, the windows driver run perfectly even if I ignore these two options.
Dec 1 2022
Oct 21 2022
I understand you mean. I think I can try to solve this problem, if I have enough time.
I see, thank you very much.
Oct 20 2022
This flag do nothing. It is defined only for link.exe compatibility.
I understand you mean, but I can't get function name at macro expedition stage.