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

Red4Sec/SCReverser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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