Skip to content

Need to Update #41

@romanking98

Description

@romanking98

The issue:

Unknown enabled syscall when running syz-manager with open$proc.

The reason

It is not getting compiled with the main syz-manager bin during make all

The workaround

Since syzkaller has been updated, heres how I got it to work:

  1. make bin/syz-extract
    1.5 the kernel dir you specify needs to be compiled , so that the next step can be done without errors.
  2. bin/syz-extract -os linux -arch amd64 -sourcedir /home/rk/kernels/linux-4.19.6 my_test.txt
  3. HERE , make generate
  4. It may give error in go19.go, ignore.
  5. make
  6. now it will work with the custom .cfg

Also, the options (-linux) have been deprecated. need to be updated in guide, but the help message spit out by the syzkaller is pretty self-explanantory.
make generate needs to be added ASAP.

Thanks

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

    Issue actions