Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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