PDA

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


Anonymous
12-06-2004, 12:21 AM
How can I reading the Hex and Assemble data from CPU window and writing comments to it in plugin?
Thanks.

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

telectronics
04-04-2005, 06:02 PM
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?