Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is <shellcode-address> ? #5

Open
knight2008 opened this issue May 7, 2019 · 1 comment
Open

what is <shellcode-address> ? #5

knight2008 opened this issue May 7, 2019 · 1 comment

Comments

@knight2008
Copy link

knight2008 commented May 7, 2019

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.

@nescio007
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants