| Obfusator question [message #512696] |
Sat, 06 February 2010 07:50 |
|
Originally posted by: news.s237965939.online.de
I'm using proguard obfuscator. When I load the output into a decompiler
it shows things like that from time to time. That seems to be
disassembly of Java Byte Code which is commented out. But what ist it
good for?
TIA,
Hans
private void d()
{
// Byte code:
// 0: aload_0
// 1: dup
// 2: astore_1
// 3: dup
// 4: astore_2
// 5: getfield 25 i:n La;
// 8: dup
// 9: astore_3
// 10: getfield 8 a:a I
// 13: istore_3
// 14: iconst_0
// 15: istore 4
// 17: iconst_0
// 18: istore 5
// 20: goto +19 -> 39
..
..
..
}
|
|
|
Powered by
FUDForum. Page generated in 0.01522 seconds