Comment by Sanjay_22_xd 3 days ago What is the use of decompiling, is there any real time use case? 2 comments Sanjay_22_xd Reply rho4 3 days 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 3 days ago Anytime you have to debug closed source libraries. Or even make your own implementation.
rho4 3 days 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 3 days 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.