Difference between revisions of "Rlpdump"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} {{RLP}}")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
* https://github.com/ethereum/go-ethereum/tree/master/cmd/rlpdump
  
 +
[[brew install ethereum]]
  
{{RLP}}
+
[[rlpdump]] 00001.sst
 +
.../...
 +
rlp: element is larger than containing list
 +
 
 +
<pre>
 +
rlpdump --help
 +
Usage: rlpdump [-noascii] [-hex <data>][-reverse] [filename]
 +
  -hex string
 +
    dump given hex data
 +
  -noascii
 +
    don't print ASCII strings readably
 +
  -pos
 +
    display element byte posititions
 +
  -reverse
 +
    convert ASCII to rlp
 +
  -single
 +
    print only the first element, discard the rest
 +
 
 +
Dumps RLP data from the given file in readable form.
 +
If the filename is omitted, data is read from stdin.
 +
</pre>
 +
 
 +
 
 +
[[.rlp]]
 +
[[.sst]]
 +
 
 +
 
 +
== See also ==
 +
* {{RLP}}
 +
* {{evm}}
 +
* {{EVM}}
 +
* {{brew install ethereum}}
 +
 
 +
[[Category:EVM]]

Latest revision as of 10:53, 8 October 2024

brew install ethereum
rlpdump 00001.sst
.../...
rlp: element is larger than containing list
rlpdump --help
Usage: rlpdump [-noascii] [-hex <data>][-reverse] [filename]
  -hex string
    	dump given hex data
  -noascii
    	don't print ASCII strings readably
  -pos
    	display element byte posititions
  -reverse
    	convert ASCII to rlp
  -single
    	print only the first element, discard the rest

Dumps RLP data from the given file in readable form.
If the filename is omitted, data is read from stdin.


.rlp
.sst


See also[edit]

Advertising: