Decompile tron smart contract

is there a tool to convert the binary of a tron smart contract into opcode. I have tried it with ethervm and have encountered few problems: when decompiled from address, i get jumps to addresses without jumpdest. the same happens when i used the binary for the decompilation (with and without the leading 6080). my guess is that this is happening because the trom doesnt use evm but tvm (although the tool supposedly supports tron). do any of you uys know a tool the might solve this issue?

9 Likes

Since decompilers are really hard to write correctly I would be surprised if there exists anything better than ethervm

2 Likes

It ver hard mate to decompile source code :frowning:

1 Like