DescriptionThis change adds very simple exploitability analysis for Linux binaries. The only signals currently considered are whether the process exited because a stack overflow or buffer overflow was detected. Add exploitability tests for stack smash and stack overflow crashes on Linux. Rename EXPLOITABLITY_MEDIUM [sic, note the missing 'I'] to EXPLOITABILITY_MEDIUM. Keep the former as an alias for the latter for compatibility. Remove some unused code from the exploitability tests and refactor the rest to be shorter and easier to read. Patch Set 1 #Patch Set 2 : a few more tweaks to formatting in process_state.h #Patch Set 3 : forgot a symbol file #Patch Set 4 : comments, style changes #
Total comments: 1
MessagesTotal messages: 7
|