|
|
|
|
|
by muricula
2121 days ago
|
|
Source code access makes surprisingly little practical difference for discovering security vulnerabilities. People routinely find security vulnerabilities in major closed source operating systems like Windows and iOS and submit their findings to MS/Apple for bounty, or sell them to exploit brokers. Reverse engineering tools like Ghidra can decompile code back to C to make auditing easier, and black box fuzzers have proven massively useful for discovering vulnerabilities without auditing code line by line. Tiktok is far smaller, and has a smaller attack surface. If there was money in it, people would audit Tiktok all day. |
|