PDA

View Full Version : How to get selected address in CPUDUMP ?


Anonymous
November 13th, 2002, 07:59
I'd like to get selected address in CPUDUMP pane by plugin right click menu.
So, I coded in ODBG_Pluginaction like this;

case PM_CPUDUMP:
pd=(t_dump *)item;
address = pd->sel0;
.........
break;

but I couldn't get address and CPUDUMP pane show nothing!!

Please help me.

Anonymous
November 14th, 2002, 22:22
sorry for the delay ...
it is a 1.08b2 related bug ... it is fixed in 1.08 final that will be released this weekend (16,17 nov.)

TBD

Gigapede
November 15th, 2002, 08:15
thanks TBD.

I found one more bug(?).
I couldn't get register value from plugin right click menu.
"preg=(t_reg*)item;" doesn't work.
but this is not serious problem.
I can get selected register value using "Findthread(Getcputhreadid())".
pthread->reg.selected is available.

TBD
November 16th, 2002, 06:51
gigapede: what does your plugin ? i hope you will share with us when is finished

Gigapede
November 17th, 2002, 05:51
some plugins I made are here.
http://dd.x-eye.net/ollyplugin.html
("http://dd.x-eye.net/ollyplugin.html
")

Sorry, I do not write document yet.
Please guess the usage.

Regards.

Anonymous
November 17th, 2002, 22:44
Gigapede: woah! great work man!
loved the cmdbar & hidecapt. i will dwelve in others deeper. if you have time maybe we can start working on some documentation. i will gladly help.

thanks for sharing
TBD

ps. i forgot to login ... again

Gigapede
November 20th, 2002, 19:09
TBD: thanks the proposal.
I'm not good at English, so I need much time to write a document.
(one of the reason I respond late).

If you can, please write some.
of course I try.

I am glad to have you like it.

TBD
November 20th, 2002, 22:47
Gigapede: i will make a page with all plugins that i know, with description, links, ... i hope to finish the page today

i've sent you an email, did you receive it ?

Gigapede
November 22nd, 2002, 00:35
TBD: thanks plugins page.

yes, I've got your email about request 1.
I implemented the request instead of reply it.
Sorry, it was a bad manner.

TBD
November 22nd, 2002, 00:38
Gigapede: updated plugin page with cmdbar100b5.
can you mail me ("tbd@despammed.com") at to start talking about plugins ?