I have been looking into file intgerity and some c code after reading posts about file integrity here
http://www.antionline.com/showthread...hreadid=267443 .(sec_ware deserves positive anti-points for his good response there)
The code is for windows but one of the things it does it search for all drives by starting at 'A' and then incrementing it by 1 each time. The interesting thing is that the loop that does the incrementing goes from 0 to 32 so you end up with drive letters like [,\,],^... is it even possible to have drives with these characters. If I try to map a drive I am only presented with A-Z.
Any ideas?




Reply With Quote