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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,008
Latest member
Rahul737

Latest Threads

Top