Tracking Variables

From AtlasWiki
Revision as of 22:07, 26 April 2015 by Kscott (Talk | contribs) ("Where does this variable come from?")

Jump to: navigation, search

"Where does this variable come from?"

1. Identify variable of interest. The variable we are concerned with is the PrivateKey variable "priv" used in the method changePassword.

ChangePassword.png

2. The variable is set by a call to the decodePrivate method in PubkeyUtils. Use the Smart View to inspect this method. The Call Step script will show us calls that the method makes when generating our PrivateKey.

DecodePrivate CallStep.png

3.