Title: Need help defining few variables... Post by: masterj on June 30, 2012, 10:39:05 AM Hi guys!
It would really help me in my progress to completely understanding few functions of f-rahmen if someone could tell me how to find variables? Since I have full ols file, maybe this won't be very hard? OR if you could locate them for me that would be really nice... at the moment i need locations of these variables... b_slv b_slp b_sls mslstat | mslstat_w flmssl flamsl fmslrho b_lmsslof b_dslset b_dslreset b_mslmn b_slserr b_slsdls b_dspe fslpdyn Title: Re: Need help defining few variables... Post by: prj on July 04, 2012, 09:26:12 AM Find functions in the FR that access variables you already know along with the unknown variables.
After that find where those known variables are accessed in IDA Pro and find the subroutines you need. Or you can try to search for known map/value/constant accesses which result in said variables. |