If I had a constant set in my exe such as a 256 bit key like a software generated password and set it to a constant...
%notimportantdata = ......................................
Can this data be read directly?
I know any software can be broken, but wouldn't it be rather difficult if there were say 256 or more different checks within the app to verify an unchanged .exe ?
%notimportantdata = ......................................
Can this data be read directly?
I know any software can be broken, but wouldn't it be rather difficult if there were say 256 or more different checks within the app to verify an unchanged .exe ?
Comment