Crate ckb_debugger

Source

Re-exports§

pub use arch_unix as arch;

Modules§

arch_unix

Structs§

CheckError
DummyResourceLoader
ElfDumper
FileOperation
FileStream
FileWriter
GdbStubHandler
GdbStubHandlerEventLoop
HumanReadableCycles
MachineAnalyzer
MachineAssign
MachineCoverage
MachineOverlap
MachineProfile
MachineStepLog
MockTxEmbed
Struct to hold embedded data, its file path, and a dictionary for type IDs
Random
Stdio
Timestamp

Functions§

get_script_hash_by_index
instruction_decode
Print information about an instruction to assist humans in analysis. Get inspired by https://luplab.gitlab.io/rvcodecjs/.
mock_tx_analyze
Analyzes a JSON string representing a mock transaction, validating its structure and dependencies. Returns Ok(()) if valid, or a CheckError if validation fails.
mock_tx_embed
Processes a transaction template by replacing placeholders in the provided data and returns the final processed string.
run
run_json