D
Dave
Hi,
Is possible that memcpy can be used to hide const string value?
D
Is possible that memcpy can be used to hide const string value?
D
Dave said:Hi,
Is possible that memcpy can be used to hide const string value?
After the program is compiled, the assign valued of a string objectJacques said:You're going to have to tell us more about what you consider "hiding".
Dave said:After the program is compiled, the assign valued of a string object
still can be viewed by some binary decoder eg. a strings program in Unix.
I m wondering if I can avoid the value of a string be seen by this kind
of tool if I use memcpy.
After the program is compiled, the assign valued of a string object
still can be viewed by some binary decoder eg. a strings program in Unix.
I m wondering if I can avoid the value of a string be seen by this kind
of tool if I use memcpy.
D
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.