I wanted to know which of the below solutions is better: I want to modify some .class files and as I have realized there is two ways to do that:
- Decomplile the .class file, modify it and finally compile it again. -
- Directly modify it with a hex editor.
Thanks