| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a win32 build error by moving a #include out of an #ifndef _WIN32 | Ted Mielczarek | 2016-09-20 | 1 | -1/+2 |
* | Updating ExploitabilityLinux to check memory mapping names against a prefix | Ben Scarlato | 2016-08-29 | 1 | -8/+13 |
* | Fixing a flaky Linux exploitability unittest. | Ivan Penkov | 2016-02-16 | 1 | -14/+30 |
* | Add check for Linux minidump ending on bad write for exploitability rating. | Liu.andrew.x@gmail.com | 2015-08-21 | 1 | -2/+380 |
* | Add check for executable stack/heap when rating Linux exploitability. | Liu.andrew.x@gmail.com | 2015-08-15 | 1 | -1/+20 |
* | Add check to see if stack pointer is off the stack according to the memory | Liu.andrew.x@gmail.com | 2015-08-15 | 1 | -1/+25 |
* | Add support for Linux memory mapping stream and remove ELF header usage | Liu.andrew.x@gmail.com | 2015-07-28 | 1 | -150/+10 |
* | Add ELF header analysis when checking for instruction pointer in code. | Liu.andrew.x@gmail.com | 2015-07-16 | 1 | -10/+143 |
* | Set exception whitelist check as earlier check instead of last check. | Liu.andrew.x@gmail.com | 2015-07-07 | 1 | -15/+15 |
* | Use general instruction/stack pointer convenience method instead of manually | Liu.andrew.x@gmail.com | 2015-06-30 | 1 | -21/+4 |
* | Checking for benign exceptions that trigger a minidump. | Liu.andrew.x@gmail.com | 2015-06-30 | 1 | -1/+56 |
* | This CL adds support for ARM and ARM64 architectures when calculating | Liu.andrew.x@gmail.com | 2015-06-30 | 1 | -1/+8 |
* | Checking location of the instruction pointer to see if it is | Liu.andrew.x@gmail.com | 2015-06-25 | 1 | -0/+59 |
* | Add simple exploitability analysis for Linux crashes. | mattdr.breakpad@gmail.com | 2013-10-29 | 1 | -0/+86 |