Can't find java.lang.System.out in basic example
- 主要語言
- Python
- 星號
- 42
- 分支
- 23
- 平均合併
- 23 小時 51 分鐘
- 30 天內合併 PR
- 6
描述
I'm trying to run one of the basic samples (`java_crackme1`) and I'm receiving the following complaints:
```
WARNING | 2022-07-23 18:52:39,336 | angr.engines.soot.field_dispatcher | Couldn't find field in in classes [java.lang.System].
WARNING | 2022-07-23 18:52:39,337 | angr.engines.soot.field_dispatcher | Couldn't find field out in classes [java.lang.System].
WARNING | 2022-07-23 18:52:39,352 | angr.engines.soot.expressions.newarray | Array size can exceed maximum size. It gets bounded with the maximum .
```
Similar errors about not being able to find java.lang.System.out are repeated later and no useful output is produced.
I've tried using OpenJDK 8 and OpenJDK 11 and am running this all on an Arm64 system. (Fedora under macOS)
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。