fix wrong prpsinfo in 32bit coredump (#347)
authorKyle Zeng <Kyle-Kyle@users.noreply.github.com>
Wed, 20 Jan 2021 13:58:50 +0000 (06:58 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Jan 2021 13:58:50 +0000 (05:58 -0800)
commitfd7df9d3eddf7e0ba5b4a11aacacc45bcefafd65
treeb0e29ef0163fe1d5c32ece7313d2741c983bda39
parent14bc1632fe36c902449e13e9dc11797b948f45d5
fix wrong prpsinfo in 32bit coredump (#347)

* fix wrong prpsinfo in 32bit coredump

* add a sample coredump

* finish the testcase for 32bit core dump
elftools/elf/structs.py
test/test_core_notes.py [deleted file]
test/test_core_notes32.py [new file with mode: 0644]
test/test_core_notes64.py [new file with mode: 0644]
test/testfiles_for_unittests/core_linux32.elf [new file with mode: 0644]