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

Need to Update #41

Open
romanking98 opened this issue Dec 19, 2018 · 1 comment
Open

Need to Update #41

romanking98 opened this issue Dec 19, 2018 · 1 comment

Comments

@romanking98
Copy link

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

@Bins94
Copy link
Contributor

Bins94 commented Dec 20, 2018

Thanks for your update!

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

2 participants