Tagged Questions

0
votes
3answers
857 views

Encrypt plain text inside EXE / RAM :: HxD editor

HxD (hex editor) allows to search/view/edit RAM. How can I protect a EXE against such editor? Data is encrypted inside INI/registry/DB, but is decoded at RAM. What is the solution? At runtime ...