mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
047bff7261
* This is based on the GAPID method of injection, using the same steps to connect with JDWP and debug the application, breakpointing on key init-time steps to patch vulkan layer search paths and load libraries from our installed apk. * We diverge by then using PLT hooks instead of trampolines to hook the EGL/GL calls - and so we also hook dlopen. * This should work on any debuggable application - not currently checked but does not replace/break any of the previous injection, which can still work.