Skip to content
Snippets Groups Projects
user avatar
Vivek Das Mohapatra authored
We now do the following:

call the original dlsym with the passed handle & symbol name
if we found nothing, look in the capsules instead
if we found a symbol, check to see if it is a shim dummy address
if it was not a dummy return it
if it was a dummy search the capsules for the real one and return it
39836d87
History