hope to watch decompiled byte code for size optimization
hello, size optimization is often work for j2me game developer for nokia s40 mobile, so I had to use the decafe to decompile the .class file to watch the byte code instruction of a method. It is not a pleasure work because I had to leave the IDEA
Please sign in to leave a comment.
Why don't you use JAD as decompiler?
oh my god, I heard of it for the first time here, thank you!