Skip to content

Incompatible syntax present in some angr examples #2

Open
@numin0us

Description

@numin0us

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @numin0us

        Issue actions

          Incompatible syntax present in some angr examples · Issue #2 · FSecureLABS/z3_and_angr_binary_analysis_workshop