glibc-all-in-one icon indicating copy to clipboard operation
glibc-all-in-one copied to clipboard

Add Symbolic debugging of higher versions of glibc

Open b0ldfrev opened this issue 2 years ago • 2 comments

Add Symbolic debugging of higher versions of glibc

b0ldfrev avatar Oct 31 '22 09:10 b0ldfrev

[31cb06d] Added user options and some minor modifications

b0ldfrev avatar Nov 08 '22 09:11 b0ldfrev

sorry for the late respose. i am busy these days. i will accept your pull request if you can make some changes as follows.

  1. command line: use glibc-all-in-one ./download 2.23-0ubuntu10_i386 instead of glibc-all-in-one ./download 2.23-0ubuntu10_i386 --no-system it's better to keep the old usage for no-privilege condition
  2. it seems that in file extract, your code always do cp -r $tmp/usr/lib/debug/.build-id/* /usr/lib/debug/.build-id/ 2>/dev/null no matter what privilege it has?

matrix1001 avatar Nov 22 '22 08:11 matrix1001