cheese_greater@lemmy.world to Ask Lemmy@lemmy.world · edit-27 hours 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-27 hours agomessage-square6fedilinkfile-text
minus-squareintensely_humanlinkfedilinkarrow-up1·7 hours 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.