Changeset 1387 for trunk/dll/valid.c
- Timestamp:
- Jan 5, 2009, 10:12:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r1386 r1387 7 7 8 8 Copyright (c) 1993, 1998 M. Kimes 9 Copyright (c) 2002, 200 8Steven H.Levine9 Copyright (c) 2002, 2009 Steven H.Levine 10 10 11 11 23 Nov 02 SHL RootName: rework for sanity … … 30 30 03 Jan 09 GKY Check for system that is protectonly to gray out Dos/Win command lines and prevent 31 31 Dos/Win programs from being inserted into the execute dialog with message why. 32 03 Jan 0 8GKY Modify IsExecutable to prevent some text files from being treated as executable32 03 Jan 09 GKY Modify IsExecutable to prevent some text files from being treated as executable 33 33 and prevent dlls from being loaded into execute dialog. 34 05 Jan 09 GKY Fix IsBinary to recognize values above \xc4 (maybe lower) as positive. 35 When these high codes were it text files they showed as hex in new view. 34 36 35 37 ***********************************************************************/ … … 991 993 && str[x] != '\x1b' && str[x] != '\x1a' && str[x] != '\x07' 992 994 && str[x] != '\x0c') { 993 //DbgMsg(pszSrcFile, __LINE__, "IsBinary str %x x %x len %x", str[x], x, len);994 995 return TRUE; 995 996 }
Note:
See TracChangeset
for help on using the changeset viewer.