@cheese_greater to Ask Lemmy • edit-229 days agoIs it possible to reverse-engineer or be able to understand what process an app uses to produce its output from the logs in Privacy > Analytics section?message-square6arrow-up138arrow-down12file-text
arrow-up136arrow-down1message-squareIs it possible to reverse-engineer or be able to understand what process an app uses to produce its output from the logs in Privacy > Analytics section?@cheese_greater to Ask Lemmy • edit-229 days agomessage-square6file-text
minus-square@[email protected]linkfedilink1•29 days agoGenerally speaking it’s not possible to strictly deduce code from its output. But you can establish a pretty good guess by converting log messages into regexes then using those regexes in github code search.
Generally speaking it’s not possible to strictly deduce code from its output.
But you can establish a pretty good guess by converting log messages into regexes then using those regexes in github code search.