Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find java.lang.System.out in basic example #13

Open
benjaminmordaunt opened this issue Jul 23, 2022 · 0 comments
Open

Can't find java.lang.System.out in basic example #13

benjaminmordaunt opened this issue Jul 23, 2022 · 0 comments

Comments

@benjaminmordaunt
Copy link

benjaminmordaunt commented Jul 23, 2022

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 <BV32 argc_0_32> can exceed maximum size. It gets bounded with the maximum <BV32 0x3e8>.

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant