-
Notifications
You must be signed in to change notification settings - Fork 599
Open
Description
From [email protected] on June 15, 2011 14:04:14
the plans for sideline symbol access ( issue #446 ) will require some kind of IPC (either shared memory or named pipes most likely). we already have shared memory examples using raw syscalls on Windows in the stats sample client (coupled with DRgui). this issue covers exposing what we use for sideline symbols as a general API so clients can also perform sideline actions using more than just files and nudges as i/o.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=498