Debian-GNU-Linux-Profiles icon indicating copy to clipboard operation
Debian-GNU-Linux-Profiles copied to clipboard

Need to Update

Open romanking98 opened this issue 6 years ago • 1 comments

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

romanking98 avatar Dec 19 '18 17:12 romanking98

Thanks for your update!

Bins94 avatar Dec 20 '18 03:12 Bins94