This list includes some data flow patterns which can be simplified for better human comprehension. There may ne some overlapping between different patterns.
push rax
from manticore.ethereum import * | |
import itertools | |
import binascii | |
import time | |
Transactions No. 0 | |
Type: CREATE (0) | |
From: user_account(0x5da83cffb5bab1cd888417a5ecefe37b9e250d67) | |
To: contract_account(0xafb6d63079413d167770de9c3f50db6477811bdb) | |
Value: 0 |
pragma solidity ^0.4.20; | |
interface ERC20Token { | |
The full updated Radare2 (official) cheatsheet can be found here: https://github.com/radare/radare2/blob/master/doc/intro.md
I use this gist to gather the Radare2's commands I use the most and add some notes that the official cheatsheet is missing.
-w: Write mode enabled
-p [prj]: Creates a project for the file being analyzed (CC add a comment when opening a file as a project)