Looking for a program similar to "strip"

R

Robert Dodier

Hello,

There is a Unix program called strip which removes debugging info and
other stuff from executables to make them smaller.
I wonder if there is a similar program for Java jars or class files.
Thanks for any light you can shed on this question.

Robert Dodier
 
J

Joshua Cranmer

Robert said:
Hello,

There is a Unix program called strip which removes debugging info and
other stuff from executables to make them smaller.
I wonder if there is a similar program for Java jars or class files.
Thanks for any light you can shed on this question.

Robert Dodier

Google for obfuscators. There are tons of them.
 
P

PP

Robert said:
Hello,

There is a Unix program called strip which removes debugging info and
other stuff from executables to make them smaller.
I wonder if there is a similar program for Java jars or class files.
Thanks for any light you can shed on this question.

Robert Dodier
You can try to use Jakarta BCEL to write your own strip.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,054
Members
48,769
Latest member
Clifft

Latest Threads

Top