cisco-open / llvm-crash-analyzer

llvm crash analysis
Apache License 2.0
40 stars 17 forks source link

Fix the ASLR issue. #58

Closed gsidhard closed 10 months ago

gsidhard commented 10 months ago

Description

Get the auxv data from the core file. This fixes two issues -

  1. Get the run time addresses instead of compile-time address for PIE executable.
  2. 'info shared' works as expected now.

    Type of Change

Checklist