Problem with passing variable/register arguments to function
オープン
enhancement
- 主要言語
- Python
- スター
- 858
- フォーク
- 85
- 平均マージ
- 7時間 40分
- マージ済み PR(30日)
- 1
説明
### Description
Whenever I try to call a function with a register argument, I get the NotImplementedError exception. Based on the error code, I'm assuming that this is because gadgets like `jmp rax` for function calls are not supported.
This code
```
rop.func_call('mprotect', ('rax', 0x1000, 0x7))
```
causes this exception
```
NotImplementedError: currently only support jmp_mem type func_jmp_gadgets!
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。