What steps will reproduce the problem? 1. Open up an executable to analyze and define two regvars in a function. Ex: a = eax b = ebx 2. Obtain the func_t object and call the regvars accessor. What is ...