Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 425 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 425 Bytes

GetCharABCWidthsI_cache

This plugin will hook the GetCharABCWidthsI function in gdi32.dll and cache the results. This is because QWindowsFontEngine::getGlyphBearings doesn't cache internally. A post with more details has been posted on the x64dbg blog.

Before:

before

After:

after