Closed icebolt9000 closed 1 year ago
I made the copy to clipboard function more volatile (https://github.com/A200K/IDA-Pro-SigMaker/blob/main/IDA%20Pro%20SigMaker/Main.cpp#L174-L214), so we find out at what point it fails.
This seems kind of odd to me. The function already followed the scheme Microsoft described in their clipboard documentation (https://learn.microsoft.com/en-us/windows/win32/dataxchg/using-the-clipboard). I never had an issue with the clipboard not being able to copy tbh.
Can you try the updated version, and see if any error message is printed? Do you use any antivirus software that might interfere with the clipboard access?
Pattern doesn't get copied to clipboard.