Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » Obfusator question
Obfusator question [message #579382] Sat, 06 February 2010 12:50
Eclipse UserFriend
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
..
..
..
}
Previous Topic:Obfusator question
Next Topic:Change L10nResources.java.template
Goto Forum:
  


Current Time: Tue Mar 19 03:01:04 GMT 2024

Powered by FUDForum. Page generated in 0.01739 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top