mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 07:58:33 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the section headers of a given binary:
|
||||
|
||||
`wasm-objdump -h {{file.wasm}}`
|
||||
`wasm-objdump {{[-h|--headers]}} {{file.wasm}}`
|
||||
|
||||
- Display the entire disassembled output of a given binary:
|
||||
|
||||
`wasm-objdump -d {{file.wasm}}`
|
||||
`wasm-objdump {{[-d|--disassemble]}} {{file.wasm}}`
|
||||
|
||||
- Display the details of each section:
|
||||
|
||||
`wasm-objdump --details {{file.wasm}}`
|
||||
`wasm-objdump {{[-x|--details]}} {{file.wasm}}`
|
||||
|
||||
- Display the details of a given section:
|
||||
|
||||
`wasm-objdump --section '{{import}}' --details {{file.wasm}}`
|
||||
`wasm-objdump {{[-j|--section]}} '{{import}}' {{[-x|--details]}} {{file.wasm}}`
|
||||
|
||||
Reference in New Issue
Block a user