Skip to content

Commit

Permalink
+bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzySecurity committed Jun 7, 2020
1 parent 805196c commit 390335b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Londor/Londor/hFrida.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,10 @@ public static void fridaOnDetatchHandler(object sender, Frida.SessionDetachedEve
FileWriteWrapper(String.Empty, BBTableArray, OutputPath);
}
Console.WriteLine("\n[+] Exit Reason: " + e.Reason, Color.Yellow);
Console.WriteLine(" |-> Wrote partial trace data to file..", Color.Yellow);
if (BBTableCount != 0)
{
Console.WriteLine(" |-> Wrote partial trace data to file..", Color.Yellow);
}
System.Windows.Threading.Dispatcher.ExitAllFrames();
}

Expand Down

0 comments on commit 390335b

Please sign in to comment.