teether icon indicating copy to clipboard operation
teether copied to clipboard

what is <shellcode-address> ?

Open knight2008 opened this issue 5 years ago • 1 comments

python bin/gen_exploit.py help Usage: bin/gen_exploit.py [flags] <code> <target-address> <shellcode-address> <target_amount> [savefile] [initial-storage file] [initial-balance]

issue:

Is target-address the receive address? But what is shellcode-address, contract address ? Thanks a lot.

knight2008 avatar May 07 '19 11:05 knight2008

Yes, target-address is the address that should receive the funds.

shellcode-address is the address of a contract that will be executed by exploits using CALLCODE or DELEGATECALL in the context of the vulnerable contract.

nescio007 avatar May 07 '19 14:05 nescio007