You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the best way to check is to see if there is difference between a simple ragg2 code5.c output and ragg2 -O -f c output. In this case, there is a mismatch in the final shellcode generated.
Environment
Description
Issue 1: 'c' type shellcode not working
Consider the following C program:
Generate 'c' type shellcode.
Converting it into a C program and see if the above shellcode is working or not,
Run it.
A peak into the issue.
Test
I believe the best way to check is to see if there is difference between a simple
ragg2 code5.c
output andragg2 -O -f c
output. In this case, there is a mismatch in the final shellcode generated.The following is output of
ragg2 code5.c
.The following is the compiled code (Once the above C program is compiled).
The code present in the C program is not similar to the original code.
Issue 2: PE executables not generated on Linux-x64
Compile it,
But mach0 is being generated(and ofcourse elf).
Will work on these issues + add if I find any other.
Thanks,
Adwaith
The text was updated successfully, but these errors were encountered: