RiS3-Lab / p2im

This is the source code for P2IM paper (accepted to Usenix Security'20)
Other
131 stars 31 forks source link

Can p2im only be used to test devices with source code? #7

Closed Aaron911 closed 3 years ago

bofeng17 commented 3 years ago

By design, P2IM does not need source code to model processor-peripheral interfaces. However, in our current prototype, firmware needs to be patched to invoke startForkserver aflcall before being fuzz-tested. You can find more details here https://github.com/RiS3-Lab/p2im/blob/master/docs/prep_fw_for_fuzzing.md