View Single Post
  #1  
Old 10-24-2016, 00:41
t3xc0d3 t3xc0d3 is offline
Friend
 
Join Date: Oct 2016
Posts: 9
Rept. Given: 0
Rept. Rcvd 4 Times in 3 Posts
Thanks Given: 0
Thanks Rcvd at 24 Times in 9 Posts
t3xc0d3 Reputation: 4
You can set a read/write hardware breakpoint to obtain the location that reads/writes the string.

Another possibility is a pure static approach: searching for xrefs in the code. Doing that, you will see that 0x7B31B6 loads the data location into eax and then calls 0x40A748.
Reply With Quote
The Following User Says Thank You to t3xc0d3 For This Useful Post:
byvs (10-24-2016)