Y
Hacker News
new
|
ask
|
show
|
jobs
by
gggmaster
2180 days ago
But for a closed source one there’s definitely no way to audit the source code.
1 comments
fiddlerwoaroof
2180 days ago
Sure 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.
link
I have debugged all sorts of issues with closed source applications using these tools.