6 ms·
But for a closed source one there’s definitely no way to audit the source code.
by gggmaster 6y ago
But for a closed source one there’s definitely no way to audit the source code.
- fiddlerwoaroof 6y agoSure there is: tools like strace, dtrace and eBPF let you “peak under the hood” of nearly any application, not to mention disassemblers like IDA Pro and Ghidra. I have debugged all sorts of issues with closed source applications using these tools.