Author Topic: problem to view binary string  (Read 3170 times)

Offline wever

  • Multiple posting newcomer
  • *
  • Posts: 49
problem to view binary string
« on: January 08, 2015, 06:03:23 pm »
Could it be possible something to do to view the binary string char* program in struct FILES files?



There is loaded 11000 bytes but I see only 7 bytes in the windows. That's wrong.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: problem to view binary string
« Reply #1 on: January 08, 2015, 06:50:29 pm »
i can give you a "workaround" i don't know if there is a easier solition:
add a watch with the name "files[0].program". Now you should be able to klick on "..." on the left of the value filde in the watches and see all the content.
A other possibility would be to search for the address of "files[0]->program" and look it up in the memory window (debug->Debugging windows->memory)

greetings