Closed GoogleCodeExporter closed 9 years ago
Hi ,
I have to say that the idea is cool , but the mechanism to implement it is
complex .
The first drawback for hooking the same function is : if the last installed
hook does not call trampoline , the previous installed will not recieve the
hook .
The second drawback is : when tourning to multi thread , if the first installed
hook is released
and the second one is accessing the hook , the app will crach .it's ok to stop
the thread from working while removing the hook .. but it can lead to the
performance to shot down.
The last drawback is that when somes plugins hook the same function using other
library than DDL or some others techniques => this can cause conflict between
the too engine .
Original comment by ismspi...@gmail.com
on 17 Aug 2014 at 11:48
This issue was closed by revision r40.
Original comment by ismspi...@gmail.com
on 22 Nov 2014 at 6:59
Original issue reported on code.google.com by
vintaged...@gmail.com
on 16 Aug 2014 at 11:34