Please I'm trying to extract strings from a class file, modify and write to the file, but I don't know how to do it. Since class files are not text files, I can't use the normal way of reading and writing.
I would appreciate if someone could help by giving me a Java code to achieve this.
Please help me...