breakpad/src/processor/testdata
Ben Scarlato 968c388922 Updating ExploitabilityLinux to check memory mapping names against a prefix
instead of a specific name.

This will prevent false positives on systems which use a format such as
“[stack:69616]” for stack memory mapping names.

Change-Id: I51aeda2fe856c1f37f0d18ac06cce69fec2fffa2
Reviewed-on: https://chromium-review.googlesource.com/377086
Reviewed-by: Mike Frysinger <vapier@chromium.org>
2016-08-29 18:39:01 +00:00
..
symbols Support processing microdump for mips architecture 2016-04-01 18:50:46 -04:00
ascii_read_av.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ascii_read_av_block_write.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ascii_read_av_clobber_write.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ascii_read_av_conditional.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ascii_read_av_then_jmp.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ascii_read_av_xchg_write.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ascii_write_av.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
ascii_write_av_arg_to_call.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
exec_av_on_stack.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
linux_divide_by_zero.dmp Checking location of the instruction pointer to see if it is 2015-06-25 23:05:16 +00:00
linux_executable_heap.dmp Add check for executable stack/heap when rating Linux exploitability. 2015-08-15 00:37:14 +00:00
linux_executable_stack.dmp Add check for executable stack/heap when rating Linux exploitability. 2015-08-15 00:37:14 +00:00
linux_inside_module_exe_region1.dmp Add ELF header analysis when checking for instruction pointer in code. 2015-07-16 20:42:29 +00:00
linux_inside_module_exe_region2.dmp Add ELF header analysis when checking for instruction pointer in code. 2015-07-16 20:42:29 +00:00
linux_jmp_to_0.dmp Checking location of the instruction pointer to see if it is 2015-06-25 23:05:16 +00:00
linux_jmp_to_module_not_exe_region.dmp Add check for Linux minidump ending on bad write for exploitability rating. 2015-08-21 16:22:19 +00:00
linux_null_dereference.dmp Checking location of the instruction pointer to see if it is 2015-06-25 23:05:16 +00:00
linux_null_read_av.dmp Add simple exploitability analysis for Linux crashes. 2013-10-29 20:03:39 +00:00
linux_outside_module.dmp Add ELF header analysis when checking for instruction pointer in code. 2015-07-16 20:42:29 +00:00
linux_overflow.dmp Add simple exploitability analysis for Linux crashes. 2013-10-29 20:03:39 +00:00
linux_raise_sigabrt.dmp Add ELF header analysis when checking for instruction pointer in code. 2015-07-16 20:42:29 +00:00
linux_stack_pointer_in_module.dmp Add check to see if stack pointer is off the stack according to the memory 2015-08-15 00:27:27 +00:00
linux_stack_pointer_in_stack.dmp Add check to see if stack pointer is off the stack according to the memory 2015-08-15 00:27:27 +00:00
linux_stack_pointer_in_stack_alt_name.dmp Updating ExploitabilityLinux to check memory mapping names against a prefix 2016-08-29 18:39:01 +00:00
linux_stacksmash.dmp Add simple exploitability analysis for Linux crashes. 2013-10-29 20:03:39 +00:00
linux_test_app.cc Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. 2010-09-15 22:31:57 +00:00
linux_write_to_nonwritable_module.dmp Add check for Linux minidump ending on bad write for exploitability rating. 2015-08-21 16:22:19 +00:00
linux_write_to_nonwritable_region_math.dmp Add check for Linux minidump ending on bad write for exploitability rating. 2015-08-21 16:22:19 +00:00
linux_write_to_outside_module.dmp Add check for Linux minidump ending on bad write for exploitability rating. 2015-08-21 16:22:19 +00:00
linux_write_to_outside_module_via_math.dmp Add check for Linux minidump ending on bad write for exploitability rating. 2015-08-21 16:22:19 +00:00
linux_write_to_under_4k.dmp Add check for Linux minidump ending on bad write for exploitability rating. 2015-08-21 16:22:19 +00:00
microdump-arm.dmp Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00
microdump-arm64.dmp Microdumps: support aarch64 and lib mapping from APK 2014-12-02 15:31:25 +00:00
microdump-mips32.dmp Support processing microdump for mips architecture 2016-04-01 18:50:46 -04:00
microdump-mips64.dmp Support processing microdump for mips architecture 2016-04-01 18:50:46 -04:00
microdump-multiple.dmp Handle multiple microdumps in system log. 2016-02-26 18:50:50 -08:00
microdump-x86.dmp Support processing microdumps for x86 architecture. 2016-02-18 06:13:56 -08:00
microdump.stackwalk-arm.out Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00
microdump.stackwalk-arm64.out Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00
microdump.stackwalk.machine_readable-arm.out Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00
microdump.stackwalk.machine_readable-arm64.out Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00
minidump2.dmp Rename Airbag to Breakpad. 2007-02-14 19:51:05 +00:00
minidump2.dump.out Stringify minidump stream_type constants in minidump_dump output 2014-07-11 10:57:30 +00:00
minidump2.stackwalk.machine_readable.out Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00
minidump2.stackwalk.out Parse additional line introduced in the microdump format and containing the GPU infromation in the following format: 2016-02-11 10:04:04 -08:00
module0.out FastSourceLineResolver implementation for optimization purpose. 2010-10-21 17:13:01 +00:00
module1.out Make dump_syms output an INFO CODE_ID line that includes the code file and code identifier. (Currently disabled to give Breakpad users time to update their processor code.) 2010-10-05 19:39:23 +00:00
module2.out Breakpad: Add minidump processor support for DWARF Call Frame Information. 2010-03-16 16:28:32 +00:00
module3_bad.out Test data update following PDBSourceLineWriter change (#91). r=bryner 2006-12-07 15:55:30 +00:00
module4_bad.out Ignore functions that have invalid addresses or sizes, instead of aborting the 2007-03-22 23:20:17 +00:00
null_read_av.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
null_write_av.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
read_av_clobber_write.dmp missed test crashdumps in revision 706. 2010-10-02 00:30:32 +00:00
read_av_conditional.dmp missed test crashdumps in revision 706. 2010-10-02 00:30:32 +00:00
read_av_non_null.dmp missed test crashdumps in revision 706. 2010-10-02 00:30:32 +00:00
stack_exhaustion.dmp Added libdisasm to the repository. This library is no longer under development so there 2010-10-01 22:38:10 +00:00
test_app.cc Breakpad: Avoid using the C++ <cfoo> headers. 2010-06-25 16:57:07 +00:00
write_av_non_null.dmp missed test crashdumps in revision 706. 2010-10-02 00:30:32 +00:00