PLSysSec / sys

Sys: A Static/Symbolic Tool for Finding Good Bugs in Good (Browser) Code
https://cseweb.ucsd.edu/~dstefan/pubs/brown:2020:sys.pdf
GNU General Public License v2.0
215 stars 41 forks source link

Optional Kildall for static checking pass #4

Open deian opened 3 years ago

deian commented 3 years ago

Right now, we do thread walking through the function to build paths. This is kind of insane. We should instead have a simple Kildall pass, which will make things a ton faster. (We can keep the thread walking approach just in case its still helpful for people)

mlfbrown commented 3 years ago

This will take place on the new-static branch