angr / angr/angrop

Problem with passing variable/register arguments to function

オープン
#138 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。