[Bug] Missing update of local /proc/{pid}/maps
in remote session when new shared library is loaded
#1057
Labels
Milestone
GEF+GDB version
Operating System
Manjaro Linux
Describe the issue you encountered
When a program in a remote session loads additional shared library after it started, the
remote_objfile_event_handler
:gef/gef.py
Lines 11246 to 11258 in 570cc03
downloads the shared library from the remote and store it in the local folder.
However, it does not update the local
/proc/{pid}/maps
file, leading to wrongvmmap
outputs (and maybe other erroneous results).Do you read the docs and look at previously closed issues/PRs for similar cases?
Yes
Architecture impacted
Describe your issue. Without a proper reproduction step-by-step, your issue will be ignored.
dlopen
for example.vmmap
, the additional shared library won't show in the output.Minimalist test case
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered: