Closed WarmW1Nd closed 11 months ago
submit this code can fix this error
only test on Ubuntu 22.04
path = re.findall(r"(\/.*)", mappings)[0].strip()
this new code can run on Ubuntu 22 and Ubuntu 20
Hi, if you have proposed fixes, could you open a PR?
if use not gef, when connect IDA error with this. because the file path have space
solve: decomp2dbg/clients/gdb/utils.py fix function vmmap_base_addrs():
addr = int(re.findall(r"0x[0-9a-fA-F]+", mapping)[0], 16) path = re.findall(r" r..p (.*)", mapping)[0].strip()