Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 1.37 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.37 KB

SCReverser - Reverse engineer for Smart Contracts

SCReverser allows you to perform debugging and reverse engineering on smart contracts.

Contains a plugin through which you can read NEO smart contracts

It is possible to open:

  • Contract addresses
  • Hexadecimal values
  • Values in Base64
  • Files

Open

It is possible to see the value in hexadecimal and a tree of the methods found

Tree methods

Extracts strings statistics

Strings

Extracts OpCode statistics

OpCodes

Extracts SysCalls statistics

SysCalls

And much more!

Uses the real chain of blocks for debugging!

Debugger