Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked ClassStringAdder for Java by CodeCracker


sQuo

Recommended Posts

This is the hidden content, please

 

Add a string to java class;

 

The output is 1 byte or 2 bytes long!

 

Java Opcodes which load a string:

 

For 1 byte long use ldc (opcode 12) followed by a byte index

 

For 2 bytes long ldc_w (opcode 13) followed by a word with index

In hexadecimal the index should be placed exactly as it is returned by program (no byte reversing required)!

 

 

This is the hidden content, please

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.