|
|
|
|
|
by chris_wot
4601 days ago
|
|
I once lost a license key for a major enterprise system. It had to get a demo up and running ASAP. Luckily, it was an ASP.Net app. I was able to use .NET Reflector, find a code rewriting plugin, and I blanked out the function that did the cert check (always made it return true) and I was able to login. |
|
It's also incredibly insightful as a developer to see how crappy code can exist in very expensive software.