Changes

Jump to navigation Jump to search
1 byte removed ,  00:39, 16 September 2014
m
errrr
Line 75: Line 75:  
| 0x00000002 <nowiki>|</nowiki> (size<<14) <nowiki>|</nowiki> (static_buffer_id<<10)
 
| 0x00000002 <nowiki>|</nowiki> (size<<14) <nowiki>|</nowiki> (static_buffer_id<<10)
 
<ptr>
 
<ptr>
| The corresponding value contains a ptr to a buffer of said size, that should be copied to an already set-up buffer in destination process at [[Thread Local Storage]] offset 0x180 + static_buffer_id*4. The static_buffer_id is only 4 bytes, making it possible for at most up to 16 buffers in total per thread.
+
| The corresponding value contains a ptr to a buffer of said size, that should be copied to an already set-up buffer in destination process at [[Thread Local Storage]] offset 0x180 + static_buffer_id*8. The static_buffer_id is only 4 bits, making it possible for at most up to 16 buffers in total per thread.
 
|-
 
|-
 
| 2
 
| 2

Navigation menu