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:
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
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);
Is any here can help me? I have been spent 2 days to try to do this thing