Skip to content
Snippets Groups Projects
  1. Dec 20, 2017
  2. Dec 19, 2017
  3. Dec 06, 2017
  4. Dec 05, 2017
  5. Dec 04, 2017
  6. Dec 01, 2017
  7. Nov 17, 2017
  8. Nov 16, 2017
  9. Nov 15, 2017
  10. Nov 14, 2017
    • Vivek Das Mohapatra's avatar
      capsule_external_dlsym: redesign the dlsym lookup algorithm · 39836d87
      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
Loading