aboutsummaryrefslogtreecommitdiff
path: root/src/processor
Commit message (Expand)AuthorAgeFilesLines
* exploitability_unittest: fix warningsMike Frysinger2016-01-211-7/+6
* Fix usage of snprintf for MSVCPavel Labath2016-01-196-17/+7
* breakpad: fix unittest failure when building with clang.Mike Frysinger2016-01-151-1/+1
* disassembler_x86: Remove unused includePavel Labath2016-01-081-1/+0
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-9/+0
* Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...Ted Mielczarek2015-11-301-1/+3
* Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov2015-10-153-9/+165
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-063-10/+10
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-054-6/+6
* The "CPU architecture" field is being filled from the wrong part ofmmandlis@chromium.org2015-08-266-25/+106
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-2111-8/+569
* Don't use strtok_s for mingw buildsted.mielczarek@gmail.com2015-08-203-2/+4
* Fix inttypes format macros in src/processor/proc_maps_linux.ccprimiano@chromium.org2015-08-191-1/+4
* Fix proc_maps_linux compile for non-Linuxted.mielczarek@gmail.com2015-08-171-4/+2
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-155-3/+30
* Add check to see if stack pointer is off the stack according to the memoryLiu.andrew.x@gmail.com2015-08-155-1/+33
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-131-4/+4
* Actually remove removed filested.mielczarek@gmail.com2015-08-133-0/+0
* Remove some old unused code, add a missing includeted.mielczarek@gmail.com2015-08-133-648/+0
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-121-1/+1
* Allow Print() to be called by const instances of MinidumpLinuxMaps andLiu.andrew.x@gmail.com2015-08-121-2/+2
* Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to printLiu.andrew.x@gmail.com2015-08-112-1/+2
* Workaround for range map overlaps caused by Android package relocation.ivanpe@chromium.org2015-08-101-6/+25
* Fix potential null pointer dereference.Liu.andrew.x@gmail.com2015-07-311-8/+15
* Remove unnecessary dependencies.Liu.andrew.x@gmail.com2015-07-291-2/+0
* Add support for Linux memory mapping stream and remove ELF header usageLiu.andrew.x@gmail.com2015-07-288-205/+506
* Add ELF header analysis when checking for instruction pointer in code.Liu.andrew.x@gmail.com2015-07-169-10/+207
* 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-303-33/+55
* Checking for benign exceptions that trigger a minidump.Liu.andrew.x@gmail.com2015-06-303-3/+62
* 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-256-0/+71
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-06-221-2/+15
* Microdump processor: be more tolerant for different logcat formatsprimiano@chromium.org2015-04-131-1/+1
* Add address and reason for IN_PAGE_ERROR.mark@chromium.org2015-04-104-3/+6516
* Formatting tweak for https://breakpad.appspot.com/9774002, add more newlinested.mielczarek@gmail.com2015-02-271-4/+5
* Add stack contents output functionality to minidump_stackwalkhashimoto@chromium.org2015-02-274-14/+185
* Remove unneeded definitions of O_BINARYvapier@chromium.org2015-01-282-2/+0
* Modify minidump_stackwalk to be more tolerant of overlapping ranges.wfh@chromium.org2014-12-201-6/+20
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-0218-766/+148919
* Surfacing the process create time in google_breakpad::ProcessStateivanpe@chromium.org2014-11-257-9/+106
* Introduce microdump_stackwalk comand line executableprimiano@chromium.org2014-11-258-734/+1354
* Microdump processing implementationmmandlis@chromium.org2014-11-197-4/+854
* Add inttypes for windows in dump_contextmmandlis@chromium.org2014-09-191-0/+10
* Update processor.gyp file with new files added as part of microdumpmmandlis@chromium.org2014-09-101-0/+4
* Introduce stub microdump processor classes.mmandlis@chromium.org2014-09-102-0/+105
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-0811-557/+699
* Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org2014-07-242-0/+232
* Add frame pointer recovery to the AMD64 Stackwalker.rsesek@chromium.org2014-07-183-3/+61
* Stringify minidump stream_type constants in minidump_dump outputted.mielczarek@gmail.com2014-07-112-19/+88