x64dbg / GetCharABCWidthsI_cache

Plugin to improve performance of QWindowsFontEngine::getGlyphBearings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Plugin to improve performance of QWindowsFontEngine::getGlyphBearings.

License:MIT License


Languages

Language:C 93.5%Language:C++ 6.5%