skylot

Results 163 comments of skylot

@ubergeek77 I have added reload and live reload actions, please check latest unstable build.

@Arnie97 thank you for notice this issue! I commit a workaround to show original values even if constant type was resolved incorrectly. Anyway, a proper fix must be implemented.

> it would be useful for me to use the renames from my gui session in the cli. @yotamN I don't implement that because I thought no one need this...

@meir555 looks like this is a known and very old java issue: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4730642 > The '!' in the directory name is interfering with the syntax of a jar url. According...

@AdminHcat thanks! I also notice this issue, and I agree, it is annoying. I will try harder to fix this because my previous attempts not succeed, and I still don't...

@Iscle sure, that will be a nice feature, thanks!

@redmi111 do you want an option to enable only R constant replacement?

> will replace other constants properly I don't see any improper replace in your example. Can you point me which parts are incorrect? I agree that sometimes constant replaced with...

@redmi111 I commit a fix for a missing field init values. This issue depends on processing order and occur if several thread used for decompilation. Not sure if it was...

@nitram84 great find, thanks! Actually, it is an issue in try/catch block processing. Incorrect wrap cause loop in CFG. In short: dx merge all returns in one, and this return...