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

Incompatible syntax present in some angr examples #2

Open
numin0us opened this issue Feb 14, 2020 · 0 comments
Open

Incompatible syntax present in some angr examples #2

numin0us opened this issue Feb 14, 2020 · 0 comments

Comments

@numin0us
Copy link

Some of angr examples have old syntax which no longer seems to work.
Take for instance opaque predicate example.

Line 9 looks like

p = angr.project.load_shellcode(trace, archinfo.ArchX86)

Which is no longer compatible with angr, the syntax should look like this

p = angr.project.load_shellcode(trace, arch='x86') 

I haven't checked all of the examples, but it may be best to pin a specific version of angr to this workshop, or just update the examples.

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