Fix the crash and possible vulnerability by passing a static string as the message to _os_log_internal then using its string replacement to put the desired message in. Found solution in https://stackoverflow.com/a/64055996
Tested by passing %n as log message from both kotlin and swift in KaMPKit
Fix the crash and possible vulnerability by passing a static string as the message to
_os_log_internal
then using its string replacement to put the desired message in. Found solution in https://stackoverflow.com/a/64055996Tested by passing
%n
as log message from both kotlin and swift in KaMPKit