Tarjan algorithm -> incorrect results.

Issue #4 resolved
Daniel Plohmann repo owner created an issue

Tarjan algorithm will only highlight looped blocks that loop theirselves but are not included in larger constructs of loops. This hinders finding looped crypto operations that contain conditional jumps.

Comments (2)

  1. Log in to comment