Excel VBA Password via Hex Editor

后端 未结 4 1472
梦如初夏
梦如初夏 2020-12-22 22:26

I have used the \"Hex Editor to modify DPB to DPx\" many times in the past to bypass VBA project security on my old Excel VBA projects (.xls), so I definitely know how to do

4条回答
  •  既然无缘
    2020-12-22 23:08

    1. Open xls file with a hex editor.
    2. Search for DPB
    3. Replace DPB to DPx
    4. Save file.
    5. Open file in Excel.
    6. Click "Yes" if you get any message box.
    7. Set new password from VBA Project Properties.
    8. Close and open again file, then type your new password to unprotect.

    Check http://blog.getspool.com/396/best-vba-password-recovery-cracker-tool-remove/

提交回复
热议问题