Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Challenge] iKinky Minecraft Client [Challenge]
#7
add client.jar and libs.jar to eclipse buildpath
Code:
void main()
class c = nb.class;
for(field f : c.getdeclaredfields())
if f.getname.equals("z")
string[] strings = f.get(null);
for(string s : strings){
system.out.println(s);
}
Reply
 


Messages In This Thread
RE: [Challenge] iKinky Minecraft Client [Challenge] - by Bibl - 10-12-2014, 09:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website