Support is available From MIPS Technologies Inc. - problems should be
addressed to support@mips.com。This product may be controlled for export purposes.
You may not export, or transfer for the purpose of reexport, any technical
data received hereunder or the product produced by use of such technical
data, including processes and services (the "product"), in violation of
any U.S. or foreign regulation, treaty, Executive Order, law, statute,
amendment or supplement thereto. Further, you may not export the product
to any prohibited or embargoed country or to any denied, blocked, or
designated person or entity as mentioned in any applicable U.S. or foreign
regulation, treaty, Executive Order, law, statute, amendment or supplement
thereto.
convert.asm:
1.From ASCII resp. BCD to binary
2.From binary to ASCII resp. BCD
3.From binary to Hex-ASCII
Bin_Bcd.c:
uchar BcdToBin(uchar val)
uchar BinToBcd(uchar val)
This is an example how one could hide a process on Windows based
operation systems From task viewers like ProcDump (G-RoM, Lorian
& Stone) or ProcessExplorer (SysInternals).
It could e.g. be used as some kind of dump protection.
The way to get this done is very different on NT and 9x machines.
This program dump password hashes From local or remote Windows NT/2000 machines. It
prints them onto the screen in l0phtcrack format, or will write them to a file if desired.