ysc3839 / FontMod

Simple hook tool to change Win32 program font.
MIT License
1.29k stars 62 forks source link

Add x64 support #51

Closed plusls closed 4 years ago

plusls commented 4 years ago

Add x64 hook support. Test in local.

The picture below is keepassXC x64 image

plusls commented 4 years ago

老哥你改字体的代码好稳,我加了个64位的hook就ok了

ysc3839 commented 4 years ago

Because x64 inline hook is complicated, I'm planning supports only IAT and EAT hook, or using a third-party hook library such as PolyHook or Detours. So your pull request will not be merged. But your winmm.asm is great, which uses macro to reduce duplicate code. I will use it. Thanks for your work!