Alexander Gavrilov
|
e0097d8d43
|
Fix access to unnamed bits in bitfields, and allow hook.apply(false)
|
2012-09-01 11:25:24 +04:00 |
Alexander Gavrilov
|
7f1e4b46bc
|
Implement inheritance-aware vmethod interposing.
I.e. overwriting the vmethod in all vtables that use it, not only one.
|
2012-08-26 14:43:14 +04:00 |
Alexander Gavrilov
|
24cc8b5c7a
|
Expose an API to claim the suspend lock from the Core.
Previously it was hard-coded in Core::Update, but interposed
vmethods may need this feature too.
|
2012-08-18 11:52:38 +04:00 |
Alexander Gavrilov
|
01ba2a31fc
|
Tweak the interpose API, and fix a couple of bugs.
|
2012-08-18 11:48:07 +04:00 |
Alexander Gavrilov
|
236ffd578b
|
Add experimental support for interposing vmethods of known classes.
The hairiest bit is the abuse of compiler-specific pointer-to-member
internals in order to provide more or less transparent API.
|
2012-08-17 22:40:53 +04:00 |