COMMAND.COM的破解.(有关DIR SA的BUG.)

    技术2022-05-11  109

    I know what you are thinking, "what does this have to do with Windows?". You may be aware of a "bug" in Command.com's "Dir/s" (Directory Search for a file/s) which skips Hidden sub-directories (common in "Windows" (95/98)).  The "bug" is not setting the proper attribute to include hidden directories. I have modified "Command.com" for MS Dos 6.0 to 7.1 on 5 computers. If you have a Hex Editor, enter the Search string (without quotes) "8B D4 B9 10 00 B4 4E CD 21 72 2C E8 ".             Replace the 10 with 16.  Also verify that the 4th byte past E8 is also a 10 and replace that with 16 too.  NOTE: if the 2nd 10 is Not present (SHOULD BE) at the 4th pos/byte past E8, then abort the modification.   VERIFY PROPER FIX: (Note: Original Command.com will have ".BAK")   Use Dos's file compare (FC) f

    最新回复(0)