cheese_greater@lemmy.world to Ask Lemmy@lemmy.world · edit-21 day 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-squaremessage-square6fedilinkarrow-up137arrow-down11file-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@lemmy.world to Ask Lemmy@lemmy.world · edit-21 day agomessage-square6fedilinkfile-text
minus-squareintensely_human@lemm.eelinkfedilinkarrow-up1·1 day 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.