Mykola Bohdiuk
Results
2
issues of
Mykola Bohdiuk
Assume obfuscated or not optimized function like this: ```asm global just_jumps section .text just_jumps: mov eax, DWORD [esp+4] add eax, 1 mov eax, 0 jc end jp end jc inner_jc...
Feature: Decompiler
Status: Triage
On one machine with 792 fonts (~800MB) scanning takes around 5.5s, after these changes time is down to 0.7s (without checksumming), or 2.2s (with checksums). In this PR, TTF parsers...