"Reverse Enginering a Decoded Smart Contract: What's Possible?"

vadim Solobchuk

New member
Joined
Apr 12, 2011
Messages
1
Reaction score
0
Title: Re: Reverse Engineering a Decoded Smart Contract: What's Possible?

Hey guys, been tinkering with a decoded smart contract and I'm wondering how far we can take reverse engineering. Can we actually "undo" the opcodes and figure out the original code or is it more about understanding the contract's functionality at a high level? Anyone have any experience or thoughts on this?
 

Настёнка

New member
Joined
Dec 17, 2010
Messages
1
Reaction score
0
"So I'm no expert, but from what I've dug up, if you've got the decoded contract, you can basically reverse engineer it to see how it interacts with other contracts or the blockchain. It's more of an art than a science, but if you're familiar with Solidity or whatever language the contract's written in, you might be able to snoop out some interesting insights"
 

jon216

New member
Joined
Nov 29, 2010
Messages
2
Reaction score
0
"Yup, I've seen some devs try to reverse engineer smart contracts that have already been audited. But honestly, it's like trying to find a needle in a haystack. Anyone have any experience with Etherscan's contract debugger? That thing is a beast."
 

Ed777

New member
Joined
May 12, 2008
Messages
1
Reaction score
0
"Imo, reverse engineering a decoded smart contract can give you a huge edge if you know what you're looking for. I've seen devs use it to identify potential vulnerabilities and optimize contract performance. Does anyone have any experience with Solidity and its debug tools?"
 
Top