aboutsummaryrefslogtreecommitdiff
path: root/src/processor/exploitability_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Updating ExploitabilityLinux to check memory mapping names against a prefixBen Scarlato2016-08-291-0/+2
* Fixing a flaky Linux exploitability unittest.Ivan Penkov2016-02-161-1/+44
* exploitability_unittest: fix warningsMike Frysinger2016-01-211-7/+6
* Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...Ted Mielczarek2015-11-301-1/+3
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-211-0/+120
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-151-0/+4
* Add check to see if stack pointer is off the stack according to the memoryLiu.andrew.x@gmail.com2015-08-151-0/+4
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-281-4/+0
* Add ELF header analysis when checking for instruction pointer in code.Liu.andrew.x@gmail.com2015-07-161-0/+12
* Checking for benign exceptions that trigger a minidump.Liu.andrew.x@gmail.com2015-06-301-2/+2
* Checking location of the instruction pointer to see if it isLiu.andrew.x@gmail.com2015-06-251-0/+7
* Add simple exploitability analysis for Linux crashes.mattdr.breakpad@gmail.com2013-10-291-176/+46
* Detect corrupt symbol files during minidump processing. Recover from the err...ivan.penkov@gmail.com2013-07-111-2/+4
* Cleanup: Remove duplicate wording in license headers.thestig@chromium.org2013-04-231-12/+2
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-011-0/+1
* Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com2010-10-071-0/+13
* Added method to exploitability class which checks if a given address contains...cdn@chromium.org2010-10-011-17/+45
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-011-0/+213