News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

problem to view binary string

Started by wever, January 08, 2015, 06:03:23 PM

Previous topic - Next topic

wever

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.

BlueHazzard

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