|
|
|
|
|
by datenwolf
4033 days ago
|
|
Kind of, but more rather like this: https://github.com/mazzoo/ogldump Actually you'd not even need to inject a libGL.so at all. You could as well just modify the PLT/GOT entries for the glDraw… functions to a dumper function and then jmp to the actual glDraw… call. This could be done using the system debugging APIs. |
|