aboutsummaryrefslogtreecommitdiff
path: root/src/processor/testdata
diff options
context:
space:
mode:
authorLiu.andrew.x@gmail.com <Liu.andrew.x@gmail.com>2015-08-15 00:37:14 +0000
committerLiu.andrew.x@gmail.com <Liu.andrew.x@gmail.com>2015-08-15 00:37:14 +0000
commite3687f92c22db45e8fd7d2b83884edcbb3685d6e (patch)
treee40d8a04dc49d508c58e0cce842454b7898118d3 /src/processor/testdata
parentAdd check to see if stack pointer is off the stack according to the memory (diff)
downloadbreakpad-e3687f92c22db45e8fd7d2b83884edcbb3685d6e.tar.xz
Add check for executable stack/heap when rating Linux exploitability.
This CL also consequentially adds a public method to get the number of mappings in a Linux minidump. R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/1291603002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1488 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/testdata')
-rw-r--r--src/processor/testdata/linux_executable_heap.dmpbin0 -> 38761 bytes
-rw-r--r--src/processor/testdata/linux_executable_stack.dmpbin0 -> 38794 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/src/processor/testdata/linux_executable_heap.dmp b/src/processor/testdata/linux_executable_heap.dmp
new file mode 100644
index 00000000..f8c807fa
--- /dev/null
+++ b/src/processor/testdata/linux_executable_heap.dmp
Binary files differ
diff --git a/src/processor/testdata/linux_executable_stack.dmp b/src/processor/testdata/linux_executable_stack.dmp
new file mode 100644
index 00000000..c424cb20
--- /dev/null
+++ b/src/processor/testdata/linux_executable_stack.dmp
Binary files differ