Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
makefile Add source files 4 years ago
mangen.cpp Add source files 4 years ago
mangen.rc Add source files 4 years ago
md5.cpp Add source files 4 years ago
md5.h Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 4 years ago

readme.txt

The file specified by asmIDImportTxtFile contains text _exactly_ as follows:
(note spaces, tabs and quotes)
" name="test.read"
language="en"
version="1.0.0.0"
processorArchitecture="x86"
type=".NetAssembly"
publicKeyToken="6595B64144CCF1DF"
entryPoint="read.exe"
codeBase="http://www.microsoft.com/foo/read.manifest"
size="200""


known issues:
1. the target manifest file and the import file if present in the app dir
this program will try to open them up for hashing but will fail because they are already opened
-> all files in/under the app dir will be listed and hashed as is...
2. Note. Be careful with %USERPROFILE% etc when they have space in them. Use quotes.
3. Note. Error messages are not the most descriptive. But - you can probably figure out from the
resulted manifest file to see how far it can go. That should be relative easy.