Hacker News new | ask | show | jobs
by aroch 2031 days ago
Oh Haxies, I remember writing run-time patches (aka, cracks) to bypass licensing/registration for several pieces of software. There was a common framework, whose name no eludes me, that could be almost universally patched giving access to tens (100s?) of software.
2 comments

I can remember that too, and that will eat away at me for a bit, because that’s non-trivial to search for now.
AquaticPrime perhaps?
Oh man, that thing...

    - (BOOL)verifyLicenseData:(NSData *)data
    {
        return YES;
    }
Ah, I think so!