crytic / ethersplay

EVM dissassembler
GNU Affero General Public License v3.0
834 stars 116 forks source link

How do I hide variable names? #32

Closed poma closed 6 years ago

poma commented 6 years ago

On the screenshot there are no var names:

screen

but on my machine it looks like this:

screen shot 2018-05-18 at 03 15 07

How do I disable those {var_...} thingies?

withzombies commented 6 years ago

You can't hide the variable names.

The screenshot is old. We rewrote the analysis to use more Binary Ninja APIs and the variables are a byproduct of that.

poma commented 6 years ago

And there is no easy way to hide them by commenting out a part of code?

withzombies commented 6 years ago

No, it was a pretty massive rewrite. The rewrite allows ethersplay databases to be saved and reopened, as well as enables better stack value analysis.

You might have luck poking the Binary Ninja people. They could provide an option to disable annotations.

poma commented 6 years ago

ok thx