Skip to content
Snippets Groups Projects
Commit cd3e8267 authored by Andreas Ziegler's avatar Andreas Ziegler
Browse files

library, store, calls: partly handle dlsym

If we detect a call to a function containing 'dlsym' in its name,
try to extract the target string from the underlying file and
store this function name as referenced from the currently
disassembled function. This way, the transitive call selection
can later pick this edge up and mark the target functin as used.

Additionally, extract the target strings for 'dlopen'-named
functions in order to allow the identification of dynamically
loaded libraries.

This currently only works on x86_64.
parent 9fcfd82b
Branches main working
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment