Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
2190 days ago
I’m surprised that Snapchat doesn’t check for the mere presence of a debugger and instead tries to look for breakpoints. Or perhaps you’ve already found and patched those checks out?
1 comments
3eed
2190 days ago
It does check for a debugger. But that would be through sysctl, or the csops sys call, which would be trivial to patch and a single point of failure.
link