Open
Description
Currently FLOSS only emulates the top 10 or so decoding function candidates.
Improvement ideas on this:
- increase function count
- emulate all user functions (needs library ID, likely slow, so maybe need timeout)
- adding other heuristics to e.g.
- backtrace from relevant APIs, see [identification] plugin: trace backwards from known APIs that take strings #279
- always emulate the first N functions (sorted by FVA)