How can I get status from hashcat for using other program?
#1
Question 
Hi,

I trying to get status from oclHashcat-lite like speed, percentage and more to do GUI, I have been search and looking for answer like read .restore but it not good answer. Tried to use:
Code:
[DllImport("user32.dll")]
public static extern IntPtr PostMessage(IntPtr hWnd, IntPtr Msg, IntPtr wParam, IntPtr lParam);
to pass 's' character to program but not good as well.
Is any here can help me? I have been spent 2 days to try to do this thing Sad


Messages In This Thread
How can I get status from hashcat for using other program? - by cuongnq - 05-13-2013, 07:03 AM