A200K / IDA-Pro-SigMaker

Signature maker plugin for IDA 8.x and 9.x
Other
333 stars 65 forks source link

Clipboard. #3

Closed icebolt9000 closed 1 year ago

icebolt9000 commented 1 year ago

Pattern doesn't get copied to clipboard.

A200K commented 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?