News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

envvar plugin problem: no variable show on the list

Started by ollydbg, March 25, 2011, 04:34:29 AM

Previous topic - Next topic

ollydbg

I'm using winXP, svn7017.
see the image below:


How can I get it to work??

thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ptDev

I don't understand your question. Environment variables are only listed *if* they are changed. If not, all the system defaults apply, and the list is shown empty.

ollydbg

Quote from: ptDev on March 25, 2011, 09:42:26 AM
I don't understand your question. Environment variables are only listed *if* they are changed. If not, all the system defaults apply, and the list is shown empty.
thanks, I don't know this before.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.