jazzc
Elite Member
- Jan 27, 2009
- 2,964
- 14,717
You're right. What about if you add a method that checks for any of these code injection apps and app simply shuts down if it detects any suspicious apps running?
Perhaps, but it 's easy to defeat. One can simply pause the app, inject, dump the code, make an agent to remove the check, inject the agent -> done.
Also, what about signing binaries? it wouldn't make any difference since the 'loaded' code can still be accessed in memory and they could just make an application that disables security through memory?
Indeed.
Generally, protection is a very hard problem due to the nature of the language.