PDA

View Full Version : question about reading and writing sth to CPU window in a plugin


Anonymous
December 6th, 2004, 01:21
How can I reading the Hex and Assemble data from CPU window and writing comments to it in plugin?
Thanks.

Anonymous
December 14th, 2004, 17:35
The code (t_table *)Plugingetvalue(VAL_CPUDASM); can get the CPU window handle, but how can I access the lines in it?

telectronics
April 4th, 2005, 18:02
I want to write a plugin that anlysis the calls and show their names into the comment row of cpu window, can anyone show me a way to get the command of cpu window and writing comment to it?