Skip to content

Commit 665408e

Browse files
authored
fix redundant word.
Removed duplicate word from sentence.
1 parent 8e4d5c0 commit 665408e

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/reverse-engineering-a-contract

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/reverse-engineering-a-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _There are no secrets on the blockchain_, everything that happens is consistent,
1414

1515
There are reverse compilers, but they don't always produce [usable results](https://etherscan.io/bytecode-decompiler?a=0x2510c039cc3b061d79e564b38836da87e31b342f). In this article you learn how to manually reverse engineer and understand a contract from [the opcodes](https://github.com/wolflo/evm-opcodes), as well as how to interpret the results of a decompiler.
1616

17-
To be able to understand this article you should already know the basics of the EVM, and be at least somewhat familiar with EVM assembler. [You can read about about these topics here](https://medium.com/mycrypto/the-ethereum-virtual-machine-how-does-it-work-9abac2b7c9e).
17+
To be able to understand this article you should already know the basics of the EVM, and be at least somewhat familiar with EVM assembler. [You can read about these topics here](https://medium.com/mycrypto/the-ethereum-virtual-machine-how-does-it-work-9abac2b7c9e).
1818

1919
## Prepare the Executable Code {#prepare-the-executable-code}
2020

0 commit comments

Comments
 (0)