I have installed a software (java application - not my own, No sourcecode available!) which opens the browser (specific link) after pressing a button. Is it possible to change that behaviour to just "copy the link to clipboard"?
Maybe a global sys call modification? The problem: i dont know anything about hooks, syscalls etc. but i know that the program is opening the process "run32dll.exe" and uses the api "shellexecuteA(URL)"
Is there a way to do this?