Exported from Bugzilla, issue 2466.
--- Comment added on 2/28/2002 1:44:30 PM ---
I stepped through Stampexe in Delphi 5. After clicking on the "Stamp" button
the logic goes to ProtectExe in ogProExe. The CreateFile seems to return a
valid handle. The Windows.GetFileSize returns the correct size for the file.
The FileMap is not 0 and Memory <> nil. It loops through the for loop just
fine. It finds the signature and breaks on Sig := @Memory^[I];
UpdateCRC32 is called. Twice.
It hits UnmapViewOfFile, CLoseHandle(FileMap) and CloseHandle(Fh).
One more bit of trivia ... I normally run this on my D: drive which is a
logical partitian. I tried it on my C: drive, no luck.
I have several logins but I am currently using a login name with administrative
privileges.