-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[ragg2] exit on invalid input #266
Comments
,git diff 1e1f84c ragg2/ragg2.c
|
Hm, that makes the segfault go away, but also breaks -B :/ |
You can only use syscalls in ragg2-cc, system() is not a valid call unless you define the pointer somewhere. The error is correct. |
The segfault is because you are using a xor encoder which is only valid for shellcodes, not executables, unless you set rwx perms to the text section, which is not valid for any modern system. (that's what the '=> 0x1031011: xor %bl,(%rsi)' does) |
ragg2 should not continue if input is invalid?!1:
ragg2 should not continue if input is invalid?!1:
The text was updated successfully, but these errors were encountered: