Closing the Class Helpers Private Access Loophole
June 8, 2016
As many of you know, Embarcadero made a change to the Delphi compiler in 10.1 Berlin to close an existing bug that allowed access to private data of any class via a class helper. Developers who were leveraging this hack would need a migration strategy.
Private is… Private
For quite some time, there was a bug in the Delphi compiler that ended up allowing class helper methods to access private…