Gallopsled / pwntools

CTF framework and exploit development library
http://pwntools.com
Other
11.69k stars 1.67k forks source link

libcdb.unstrip_libc: debug symbols are fetched only if not present #2374

Closed sswastik02 closed 3 months ago

sswastik02 commented 3 months ago

ELF.debuginfo was used to check if debug symbols exist in libc before downloading them in the function libcdb.unstrip_libc

closes #2324

sswastik02 commented 3 months ago

Hi @peace-maker , Please have a look and let me know if any changes are necessary.

Thank you.

sswastik02 commented 3 months ago

Hi @peace-maker , I can't seem to pass all the checks which I have passed in the second time I had pushed a commit, Do you have any idea what may be going wrong?

Thank you.

peace-maker commented 3 months ago

Corefile tests are still a bit flakey, so you can ignore them for now. I've restarted CI to see if it fixes itself..