Results 1 to 2 of 2
arm-linux-strip for removing the symbols from binary executable file after compilation.
What exactly the symbols means.....
can anybody please provide document on it.
Tnx in advance....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-21-2010 #1Just Joined!
- Join Date
- Nov 2006
- Location
- Hyderabad
- Posts
- 87
stripping symbols
arm-linux-strip for removing the symbols from binary executable file after compilation.
What exactly the symbols means.....
can anybody please provide document on it.
Tnx in advance.
- 08-21-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
When you strip an executable or library file, you are removing the debugging information from the executable, which reduces its size, makes it a bit more efficient in that it will load a lot faster, and you get some protection from reverse engineering of your software because you cannot see the names of the functions and variables in the debugger while it is running.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
