-
When calling the executable version 1.13.6 with `ropper --chain=execve -f calc > rop.py` it generates a broken rop chain.
This is caused by a **push cs** instruction in a gadget used by the rop gener…
-
> Ah, all clear regarding the missing comment. But yes, I would like to add as many overloads as are possible with `_.each` - so keep coming back if you find something that can be implemented.
With…
-
Hello,
I tried using ROPgadget v6.3 on a test file with a buffer overflow and I keep getting a "Can't find the 'pop ecx' instruction" message when I try to generate the ropchain.
Anyone else has a…
ghost updated
3 years ago
-
```
$ make
gcc main.c -o hfsunsshdx -lssh2
main.c: In function ‘prepare_payload’:
main.c:308:3: error: ‘for’ loop initial declarations are only allowed in C99 mode
for(int i =0;i
-
import pwn
when i type 'pwn.'
it triggers following:
ycm_state.GetCompletions()
Error detected while processing function youcompleteme#Complete[22]..106_Pyeval:
line 7:
E859: Failed to c…
-
**Is your feature request related to a problem? Please describe.**
I would like to continue execution till it hits the next return instruction when developing ROP chains.
**Describe the solution y…
-
Currently, if you have a ROP gadget that has a `pop eax; ret` gadget, you can access `ROP.eax` and get the gadget information.
This should work in the other direction, so that setting e.g. `rop.rax…
-
Dear whom it may concern,
I am a PhD student on Software engineering. I am working on the recognition of ROP attacks on ARM board for IoT applications. I have tried to generate an automatic ROP g…
-
When opening a new issue, please fill out the following sections:
### Expected behavior
mona.py completes the ropchain/rop chain creation function.
### Actual behavior
Mona throw errors when tr…
-
Hi again!
This is actually not an issue, but a question. I wonder, which exact Android version you had on your Nexus 6P, when you was testing the CVE and writing the articles? I tried a bunch of the …