mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-27 17:55:29 +01:00
Add ELF header analysis when checking for instruction pointer in code.
If the minidump module containing the instruction pointer has memory containing the ELF header and program header table, when checking the exploitability rating, the processor will use the ELF header data to determine if the instruction pointer lies in an executable region of the module, rather than just checking if it lies in a module. R=ivanpe@chromium.org Review URL: https://codereview.chromium.org/1233973002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1472 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
0c426387b8
commit
a840e1b710
9 changed files with 207 additions and 10 deletions
BIN
src/processor/testdata/linux_inside_elf_header.dmp
vendored
Normal file
BIN
src/processor/testdata/linux_inside_elf_header.dmp
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue