@@ -98,23 +98,24 @@ Alternatively, you can pass your API key directly using the `--etherscan-api-key
9898
9999```
100100Options:
101- -a,--address <arg> Address of an Ethereum smart contract
101+ -a,--address <arg> Address of an Ethereum smart contract.
102102 --abi <arg> ABI of the bytecode to be analyzed (JSON format).
103- --abi-path <arg> Filepath of the ABI file
104- -b,--bytecode <arg> Bytecode to be analyzed (e.g., 0x6080...)
105- --benchmark <arg> Filepath of the benchmark
106- --bytecode-path <arg> Filepath of the bytecode file
107- -c,--cores <arg> Number of cores used in benchmark
108- --checker-all Enable all security checkers
109- --checker-reentrancy Enable reentrancy checker
110- --checker-timestampdependency Enable timestamp-dependency checker
111- --checker-txorigin Enable tx-origin checker
112- --etherscan-api-key <arg> Insert your Etherscan API key
113- --link-unsound-jumps-to-all-jumpdest Link all unsound jumps to all jumpdest
114- --output-directory-path <arg> Filepath of the output directory
115- --stack-set-size <arg> Dimension of stack-set (default: 8)
116- --stack-size <arg> Dimension of stack (default: 32)
117- --use-live-storage Use the live storage in SLOAD
103+ --abi-path <arg> Filepath of the ABI file.
104+ -b,--bytecode <arg> Bytecode to be analyzed (e.g., 0x6080...).
105+ --benchmark <arg> Filepath of the benchmark.
106+ --bytecode-path <arg> Filepath of the bytecode file.
107+ -c,--cores <arg> Number of cores used in benchmark.
108+ --checker-all Enable all security checkers.
109+ --checker-reentrancy Enable reentrancy checker.
110+ --checker-timestampdependency Enable timestamp-dependency checker.
111+ --checker-txorigin Enable tx-origin checker.
112+ --etherscan-api-key <arg> Insert your Etherscan API key.
113+ --link-unsound-jumps-to-all-jumpdest Link all unsound jumps to all jumpdest.
114+ --output-directory-path <arg> Filepath of the output directory.
115+ --show-all-instructions-in-cfg Show all instructions in the CFG representation.
116+ --stack-set-size <arg> Dimension of stack-set (default: 8).
117+ --stack-size <arg> Dimension of stack (default: 32).
118+ --use-live-storage Use the live storage in SLOAD.
118119```
119120
120121## The Abstract Stack Set Domain
0 commit comments