aboutsummaryrefslogtreecommitdiff
path: root/src/processor/exploitability_linux.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-34/+34
* Fix a win32 build error by moving a #include out of an #ifndef _WIN32Ted Mielczarek2016-09-201-1/+2
* Updating ExploitabilityLinux to check memory mapping names against a prefixBen Scarlato2016-08-291-8/+13
* Fixing a flaky Linux exploitability unittest.Ivan Penkov2016-02-161-14/+30
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-211-2/+380
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-151-1/+20
* Add check to see if stack pointer is off the stack according to the memoryLiu.andrew.x@gmail.com2015-08-151-1/+25
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-281-150/+10
* Add ELF header analysis when checking for instruction pointer in code.Liu.andrew.x@gmail.com2015-07-161-10/+143
* Set exception whitelist check as earlier check instead of last check.Liu.andrew.x@gmail.com2015-07-071-15/+15
* Use general instruction/stack pointer convenience method instead of manuallyLiu.andrew.x@gmail.com2015-06-301-21/+4
* Checking for benign exceptions that trigger a minidump.Liu.andrew.x@gmail.com2015-06-301-1/+56
* This CL adds support for ARM and ARM64 architectures when calculatingLiu.andrew.x@gmail.com2015-06-301-1/+8
* Checking location of the instruction pointer to see if it isLiu.andrew.x@gmail.com2015-06-251-0/+59
* Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com2013-10-291-0/+86