We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I compiled hellow word using gcc in my 64-bit host machine and used objdump utility to restore the address of main function that I would to embed.
I typed the following commands:
python3.7 safe.py -m data/safe_trained_X86.pb -i a.out -a 0000000000400526 python3.7 safe.py -m data/safe_trained_X86.pb -i a.out -a 400526
and set the base to 16, 32, 36 ... but I got the same error "function not found"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I compiled hellow word using gcc in my 64-bit host machine and used objdump utility to restore the address of main function that I would to embed.
I typed the following commands:
python3.7 safe.py -m data/safe_trained_X86.pb -i a.out -a 0000000000400526
python3.7 safe.py -m data/safe_trained_X86.pb -i a.out -a 400526
and set the base to 16, 32, 36 ... but I got the same error "function not found"
The text was updated successfully, but these errors were encountered: