Martin Willing

Results 4 comments of Martin Willing

@Kargin Works (when using -o OUTPUT). Thank you!

My workaround: ``` sudo ./KnockKnock.app/Contents/MacOS/KnockKnock -whosthere > "$OUTPUT"/KnockKnock/KnockKnock-draft.json /bin/cat "$OUTPUT"/KnockKnock/KnockKnock-draft.json | /usr/bin/sed -E 's/(""[^"]*)"/\1/' | /usr/bin/sed 's/""/"/g' | jq . > "$OUTPUT"/KnockKnock/KnockKnock.json /bin/rm "$OUTPUT"/KnockKnock/KnockKnock-draft.json ``` Please fix!

I will have a look what currently uses/needs an Internet connection the next days...but I will definitely put it on my TODO. You can disable e.g. the "Updater" when you...

I started working on the offline mode. Will be implemented in MemProcFS-Analyzer v1.1. Release planned for early January, 2024.