I have java application on windows , that contains lot of .class
files(so I cant see the name of the function and what they do).
I want to invoke to apply 1 function from outside of the application while the application I running (I prefer do it on python).
I search so much but not found any way to do it.
is that passable?