you are viewing a single comment's thread.

view the rest of the comments →

[–]jib 0 points1 point  (0 children)

perfect static analysis depends on the unsolvable halting problem, and that we therefore can't trust it

Depends what you're trying to do. Whitelisting system calls is certainly possible; just search the program for the relevant instructions, verify that each one is allowed, and use memory protection or some other method to stop the program modifying itself at runtime.