Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
0c070807
Commit
0c070807
authored
Jan 30, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added disasm
parent
3847e248
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
0c070807
...
@@ -48,6 +48,7 @@ Go Ethereum comes with several binaries found in
...
@@ -48,6 +48,7 @@ Go Ethereum comes with several binaries found in
10000 -price 0 -dump`
. See
`-h`
for a detailed description.
10000 -price 0 -dump`
. See
`-h`
for a detailed description.
*
`rlpdump`
converts a rlp stream to
`interface{}`
.
*
`rlpdump`
converts a rlp stream to
`interface{}`
.
*
`peerserver`
simple P2P (noi-ethereum) peer server.
*
`peerserver`
simple P2P (noi-ethereum) peer server.
*
`disasm`
disassembles EVM code:
`echo "6001" | disasm`
General command line options
General command line options
============================
============================
...
@@ -103,7 +104,7 @@ Style](http://golang.org/doc/effective_go.html#formatting).
...
@@ -103,7 +104,7 @@ Style](http://golang.org/doc/effective_go.html#formatting).
Unless structs fields are supposed to be directly accesible, provide
Unless structs fields are supposed to be directly accesible, provide
Getters and hide the fields through Go's exporting facility.
Getters and hide the fields through Go's exporting facility.
When you comment put meaningful
l
comments. Describe in detail what you
When you comment put meaningful comments. Describe in detail what you
want to achieve.
want to achieve.
*wrong*
*wrong*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment