Closed cecio closed 1 year ago
let me be super clear: we really appreciate all of your contributions to speakeasy! please continue to help make the tool perfect for your needs and let us know what we can do to help. :-)
Thanks! I really love speakeasy, the idea and the implementation, so I'm super happy to contribute! Thanks a lot for your work and your words (I really appreciate)!
I made this implementation of ShellExecuteEx (should work for both A and W variant):
speakeasy/winenv/defs/windows/shell32.py
ShellExecuteEx
parse the parameters and then call the existingShellExecute
. I did in this way to avoid to duplicate code, even I'm not sure if this the correct way. What do you think?Feel free to reject it anyway ;-)