1

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?

Jian103
  • 11
  • 3
  • Possible duplicate of [Copying to Clipboard in Java](http://stackoverflow.com/questions/3591945/copying-to-clipboard-in-java) – Alessandro Da Rugna Mar 23 '17 at 17:02
  • Edited post - it is not my own software – Jian103 Mar 23 '17 at 17:06
  • You can use a Java decompiler to get the source code, modify it and use Java compiler to turn it back into the application. Or you can register your own application as a default browser, your application would receive the specific link as the command line argument – xmojmr Mar 24 '17 at 07:02
  • Thanks xmojmr, that is a good idea – Jian103 Mar 24 '17 at 10:18

0 Answers0