-
How can I concatenate two ropchains?
For example
```python
chain1 = rop.compile('[0xdeadbeef] = 0x67676767')
chain2 = rop.compile('sys_execve(0xdeadbeef, 0, 0)')
```
I could only find out th…
-
This issue is for discussion of the proposal to provide a Standard Library class to encapsulate successful or failed function execution.
Proposal text: [result.md](https://github.com/Kotlin/KEEP/bl…
-
When opening a new issue, please fill out the following sections:
### Expected behavior
Mona.py should create rop_chains.txt and rop.txt files after running one of the following commands:
!m…
-
There is a complex set of questions around how to handle method resolution in the presence of `__numpy_ufunc__`. Currently in master is an extremely complicated set of rules that isn't documented and …
-
Given the instructions `pop rax; pop rdx; pop rbx; ret; `, the Gadget object categorizes it as `(LOAD_REG, 3, {'dst': 'rax'})`.
However, this misses the `rdx` and `rbx` destinations, so the gadget…
-
I'm having a weird issue with ROPgadget's ROPchain feature where it works perfectly on a compiled binary that I generated some time ago under forgotten circumstances, but fails to work on the exact sa…
-
I find myself running into quite a few situations with ROP and pwntools where it complains about not being able to set a reg (for instance, rsi). Looking into the gadgets that pwntools already knows a…
-
After doing some recent profiling and optimization work, it's now clear to me where our major bottlenecks are. I've tried to write up a basic summary and plan for fixing these below. Additionally, the…
-
When I using the mona.py to create the Rop chains, then it stop
at this pos:
[+] Creating suggestions list
[+] Processing suggestions
[+] Launching ROP generator
[+] Attempting to produce rop cha…
-
This issue is used to track discussions of [F# RFC FS-1004 - "Result type"](https://github.com/fsharp/fslang-design/blob/master/FSharp-4.1/FS-1004-result-type.md). Please discuss in thread below (if n…