sfPlayer1 / Matcher

Tool for tracking elements in obfuscated Java archives across releases
GNU General Public License v3.0
75 stars 41 forks source link

Decompile on demand #23

Closed NebelNidas closed 1 year ago

NebelNidas commented 1 year ago

Only decompile code when the source tab is actually selected, which reduces latency and improves performance by a lot. Processing of the bytecode tab is also halted unless actually opened.

Depends on #20.