| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing a flaky Linux exploitability unittest. | Ivan Penkov | 2016-02-16 | 1 | -1/+44 |
* | exploitability_unittest: fix warnings | Mike Frysinger | 2016-01-21 | 1 | -7/+6 |
* | Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ... | Ted Mielczarek | 2015-11-30 | 1 | -1/+3 |
* | Add check for Linux minidump ending on bad write for exploitability rating. | Liu.andrew.x@gmail.com | 2015-08-21 | 1 | -0/+120 |
* | Add check for executable stack/heap when rating Linux exploitability. | Liu.andrew.x@gmail.com | 2015-08-15 | 1 | -0/+4 |
* | Add check to see if stack pointer is off the stack according to the memory | Liu.andrew.x@gmail.com | 2015-08-15 | 1 | -0/+4 |
* | Add support for Linux memory mapping stream and remove ELF header usage | Liu.andrew.x@gmail.com | 2015-07-28 | 1 | -4/+0 |
* | Add ELF header analysis when checking for instruction pointer in code. | Liu.andrew.x@gmail.com | 2015-07-16 | 1 | -0/+12 |
* | Checking for benign exceptions that trigger a minidump. | Liu.andrew.x@gmail.com | 2015-06-30 | 1 | -2/+2 |
* | Checking location of the instruction pointer to see if it is | Liu.andrew.x@gmail.com | 2015-06-25 | 1 | -0/+7 |
* | Add simple exploitability analysis for Linux crashes. | mattdr.breakpad@gmail.com | 2013-10-29 | 1 | -176/+46 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 1 | -2/+4 |
* | Cleanup: Remove duplicate wording in license headers. | thestig@chromium.org | 2013-04-23 | 1 | -12/+2 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 1 | -1/+1 |
* | Restrict ownership of symbol data buffers to symbol supplier. | SiyangXie@gmail.com | 2010-11-01 | 1 | -0/+1 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 1 | -0/+13 |
* | Added method to exploitability class which checks if a given address contains... | cdn@chromium.org | 2010-10-01 | 1 | -17/+45 |
* | Added libdisasm to the repository. This library is no longer under developmen... | cdn@chromium.org | 2010-10-01 | 1 | -0/+213 |