yegord / snowman

Snowman decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How long generating AST can be performed?

Lakasabasz opened this issue · comments

My computer didn't finished from 2 hours

Apparently, you are decompiling a big chunk of code.
You should consider decompiling individual functions or parts of functions instead.
Then decompilation should not take long.
IDA plugin provides a convenient interface for doing that.