Comment by Sanjay_22_xd 2 months ago What is the use of decompiling, is there any real time use case? 2 comments Sanjay_22_xd Reply rho4 2 months ago Or when you're too lazy to hunt down the sources, both for internal and external dependencies. Just Ctrl+click the method and have a quick look at the decompiled implementation, usually good enough. speed_spread 2 months ago Anytime you have to debug closed source libraries. Or even make your own implementation.
rho4 2 months ago Or when you're too lazy to hunt down the sources, both for internal and external dependencies. Just Ctrl+click the method and have a quick look at the decompiled implementation, usually good enough.
speed_spread 2 months ago Anytime you have to debug closed source libraries. Or even make your own implementation.
Or when you're too lazy to hunt down the sources, both for internal and external dependencies. Just Ctrl+click the method and have a quick look at the decompiled implementation, usually good enough.
Anytime you have to debug closed source libraries. Or even make your own implementation.