5
atheist
7y

Wk25: Objective C. I was working on a project for a plugin, the host for which was in objective C. Basically the language lets you get away with arbitrary code injection and runtime inspection of everything. You can print class names, function names and variable names, then use all.

We had to "use" these features slightly creatively to get access to everything we needed. And symbol stripping doesn't stop jack.

Comments
  • 0
    Needless to say I wouldn't recommend the language for anything with a degree of security
Add Comment