-
Notifications
You must be signed in to change notification settings - Fork 883
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
rop_exit binary still has canaries #18
Comments
Can you confirm if this is the binary in the v1.1 VM or the one in the standalone binaries zip? I believe the standalone binaries zip might not be in sync with the binaries in the v1.1 VM, so that should probably be fixed. |
The VM version has canaries
|
$ md5 MBE_VM.vmdk
MD5 (MBE_VM.vmdk) = 9655bbe68e22d466885ebc17320d3a0e
$ ls -lh MBE_VM.vmdk.gz
-rw-r--r-- 1 grazfather staff 1153094387 Sep 28 00:02 MBE_VM.vmdk.gz |
also, shouldn't it be compiled statically? it's probably their first rop chain |
God...I have spent my afternoon trying to bypass the canaries... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Apparently the rop_exit binary is still compiled with stack canaries.
It was changed in f2aa114, but apparently it was not rebuilt before the 1.1 release.
The text was updated successfully, but these errors were encountered: