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

vadim Solobchuk

New member
Joined
Apr 12, 2011
Messages
3
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
3
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
3
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
4
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?"
 

devnull47

New member
Joined
Aug 17, 2017
Messages
4
Reaction score
0
"Yo, I've tried decoding and reverse engineering certain contracts in the past, and it's crazy how much can be achieved. If you have the right tools and know what you're doing, you can identify vulnerabilities and possibly even steal keys. Just be careful, auditors are usually on the lookout for this kinda thing"
 

sasik

New member
Joined
Jul 30, 2017
Messages
4
Reaction score
0
"Nice thread, guys! I personally think it's possible to gain some insights into a decoded smart contract by reversing the code, but the extent of what's possible is gonna depend on the complexity of the contract and the level of obfuscation used by the devs. Anyone have any experience with Etherscan or Remix in this regard?"
 
Joined
Apr 14, 2011
Messages
5
Reaction score
0
"Yo, I've done some reverse engineering on a few smart contracts and it's crazy how much can be deduced from the code. If the contract is well-documented, you can basically replicate the entire flow, including gas costs and optimization techniques. But, if the dev used some gnarly obfuscation, good luck deciphering it"
 
Top