Excel VBA Password via Hex Editor

后端 未结 4 1471
梦如初夏
梦如初夏 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:12

    If you deal with .xlsm file instead of .xls you can use the old method. I was trying to modify vbaProject.bin in .xlsm several times using DBP->DBx method by it didn't work, also changing value of DBP didn't. So I was very suprised that following worked :
    1. Save .xlsm as .xls.
    2. Use DBP->DBx method on .xls.
    3. Unfortunately some erros may occur when using modified .xls file, I had to save .xls as .xlsx and add modules, then save as .xlsm.

提交回复
热议问题