Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for "Suicide" #32

Open
enderphan94 opened this issue Aug 6, 2019 · 1 comment
Open

Update for "Suicide" #32

enderphan94 opened this issue Aug 6, 2019 · 1 comment

Comments

@enderphan94
Copy link

I've read through the code of checking for "SUICIDE", I'm very doubtful that it won't work for any smart contract (solidity >= 0.5.0) due to an update of itself.

Prior to version 0.5.0, there was a function called suicide with the same semantics as selfdestruct. - Solidity Document

Which means, the "SUICIDE" low-level function had been changed to "SELF-DESTRUCT". Any update for this?

@gsalzer
Copy link

gsalzer commented Dec 20, 2021

There is no need to modify Maian, because the code for the low-level instruction has remained the same. You just have to use the correct compiler version for the source code that you want to analyze.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants