qzz0518 / remove-HyperSwitch-expired-dialog

remove HyperSwitch error expired dialog
41 stars 4 forks source link

Please provide a How To #3

Closed qoomon closed 2 years ago

qoomon commented 2 years ago

Hi first of all thanks for your patch.

Anyway could you provide some details on how you managed to patch the executable?

qzz0518 commented 2 years ago

The whole reverse process isn't too complicated. It uses the keyword "expired," looks up the specific execution method, overwrites it with an empty method, and repackages the new executable file (because the software isn't encrypted, the repackaged file is available and doesn't crash).

By the way, the only working reverse software I found was the Hopper Disassembler

qoomon commented 2 years ago

Thanks a lot.