Is there a way or possibility of someone reverse engineering a compiled AMS application?
I'm writing some crypto functions in my application and including some salted password functions, and I want to make sure that someone can't discover my salting method...
Once its compiled, can I rest assured that someone can't reverse engineer my app?

