Difference between a stripped binary and a non stripped binary in Linux -
could please explain me whats actual difference between stripped , non-stripped binary in linux ?
after little bit of googling, found non-stripped binary contains debugging info , stripped binary does'nt.
although have found answer google. putting , non-stripped binaries have debugging information built it. if compile executable gcc's -g
flag, contains debugging information. whereas strip binaries remove debugging information exe not necessary execution reduce size of exe.
Comments
Post a Comment