• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Java] Change string constant in Java Bytecode

Junior Spellweaver
Joined
Sep 5, 2014
Messages
141
Reaction score
65
Hello,

I need help changing a string constant in a compiled Java class file.

The string to change is a base64 encoded url.

I tried to edit the class file by simply open it in Notepad++, but it seems like the string size is saved somewhere - I don't know how to go on. How would you do that?

Thanks for your time
 
Newbie Spellweaver
Joined
Dec 1, 2007
Messages
98
Reaction score
6
Hello,

I need help changing a string constant in a compiled Java class file.

The string to change is a base64 encoded url.

I tried to edit the class file by simply open it in Notepad++, but it seems like the string size is saved somewhere - I don't know how to go on. How would you do that?

Thanks for your time

First get a java IDE. After that if code is obfuscated, google for java un-obfuscator. Or maybe send me your compiled file and i can do it for you?

PM me.
 
Back
Top