Results 3 issues of topjgc

in the file `pwndbg/symbol.py` ```C gdb_command = ['add-symbol-file', local_path, hex(int(base))] for section in elf.iter_sections(): name = section.name #.decode('latin-1') section = section.header if not section.sh_flags & elftools.elf.constants.SH_FLAGS.SHF_ALLOC: continue gdb_command += ['-s',...

bug

**Is your feature request related to a problem? Please describe.** For inspector UI Mode, configuration of Authorization Header for Remote SSE URL has been already supported currently. However mcp config...

enhancement