Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Solar wrote:What is more important, having it obfuscated or easy to debug? I know what my answer to that would be.
I also know what Microsoft's answer to that is... sadly.
I don't think that really lowers your ability to debug your programs.
I think it just requires you to put a little more work into your debuggers, but can possibly cause a need for debuggers to have debuggers of debuggers.
Solar wrote:What is more important, having it obfuscated or easy to debug? I know what my answer to that would be.
I also know what Microsoft's answer to that is... sadly.
I don't think that really lowers your ability to debug your programs.
I think it just requires you to put a little more work into your debuggers, but can possibly cause a need for debuggers to have debuggers of debuggers.
You don't think obfuscation lowers your ability to debug?
Then why are you obfuscating in the first place? Debugging and reverse engineering are almost functionally equivalent.