I'm still new with delphi and I developed an application that loads at runtime bpl files following this guide http://edn.embarcadero.com/article/27178
The bpl files will be in the same folder as the main app, and I was wondering what is the security in doing this?
I found this question External modules security but it doesn't fully answers mine.
I mean, if the clients copy these bpl files and give them to other developers, can they use/access them if they have the same delphi version? Or in some ways access the source code?