EiNSTeiN- / decompiler

A decompiler with multiple backend support, written in Python. Works with IDA and Capstone.
526 stars 103 forks source link

How to use assembly as input? #17

Open YOURLEGEND opened 2 years ago

YOURLEGEND commented 2 years ago

If i just want the assembly to be decompiled, not binary as input to be disassembled and decompiled at the same time. What should i do?