5hadowblad3 / Beacon_artifact

Research artifact for Oakland (S&P) 2022, "BEACON: Directed Grey-Box Fuzzing with Provable Path Pruning"
Apache License 2.0
32 stars 4 forks source link

Cannot compile Ins: undefined variable #3

Closed acidghost closed 1 year ago

acidghost commented 1 year ago

Hi, amazing work!

Unfortunately I Ins cannot be compiled because it's missing the definition of the Byte variable: https://github.com/5hadowblad3/Beacon_artifact/blob/749cc86a5d597b741212a731c68628a580770085/Ins/main.cpp#L537

5hadowblad3 commented 1 year ago

Hi,

I have updated the related setting, please have a look.

acidghost commented 1 year ago

Yes, that fixed it. Thanks!