DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.67k stars 566 forks source link

i#7046: Add register values to the output of X64 Linux dr_create_memory_dump(). #7088

Closed ivankyluk closed 1 week ago

ivankyluk commented 1 week ago

Add program header notes NT_PRSTATUS (prstatus structure) and NT_FPREGSET (floating point registers) to the output of X64 Linux dr_create_memory_dump().

Verify the output of code_api|client.memory_dump_test using "readelf -a" on x86 and ARM machines.

Issue: #7046