Summary

Comparing branches/commits:
Old: main (merge base) a2f9e5a6
New: 21653/merge 883e084f
Lint Rule Removed Added Changed
Total 270 104 60
unresolved-attribute 257 70 58
possibly-missing-attribute 0 20 1
invalid-argument-type 11 5 1
unsupported-operator 0 6 0
invalid-assignment 1 3 0
call-non-callable 1 0 0

PyGithub (https://github.com/PyGithub/PyGithub)

github/Requester.py

[error] call-non-callable - :766:19 - Object of type `<module 'github.GithubException'>` is not callable

dd-trace-py (https://github.com/DataDog/dd-trace-py)

tests/appsec/architectures/mini.py

[warning] possibly-missing-attribute - :21:32 - Member `writer` may be missing on module `ddtrace.internal.telemetry`
[warning] possibly-missing-attribute - :31:1 - Member `writer` may be missing on module `ddtrace.internal.telemetry`

pandera (https://github.com/pandera-dev/pandera)

tests/dask/test_dask_not_installed.py

[warning] possibly-missing-attribute - :47 -
Old: Member `DataFrame` may be missing on module `pandera.typing`
New: Attribute `DataFrame` may be missing on object of type `<module 'pandera.typing'> | <module 'pandera.typing'>`

tests/pandas/test_pandas_accessor.py

[warning] possibly-missing-attribute - :68:13 - Member `api` may be missing on module `pandera`

tests/pyspark/test_pyspark_check.py

[warning] possibly-missing-attribute - :48:10 - Member `extensions` may be missing on module `pandera`

pwndbg (https://github.com/pwndbg/pwndbg)

pwndbg/commands/binja.py

[error] unresolved-attribute - :21:42 - Object of type `None` has no attribute `pc`

pwndbg/commands/segments.py

[error] unresolved-attribute - :18:19 - Object of type `None` has no attribute `fsbase`
[error] unresolved-attribute - :30:19 - Object of type `None` has no attribute `gsbase`

pwndbg/aglib/ctypes.py

[error] unresolved-attribute - :28:8 - Module `pwndbg.aglib.arch` has no member `endian`

pwndbg/commands/aslr.py

[error] unresolved-attribute - :15:4 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :46:12 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :78:12 - Module `pwndbg.dbg` has no member `is_gdblib_available`

pwndbg/commands/p2p.py

[error] unresolved-attribute - :45:20 - Module `pwndbg.aglib.arch` has no member `ptrmask`

pwndbg/lib/heap/helpers.py

[error] unresolved-attribute - :9:13 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :15:21 - Module `pwndbg.aglib.arch` has no member `unpack`

pwndbg/lib/memory.py

[error] unresolved-attribute - :37:21 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/lib/net.py

[error] unresolved-attribute - :128:16 - Module `pwndbg.aglib.arch` has no member `endian`

pwndbg/lib/tips.py

[error] unresolved-attribute - :96:8 - Module `pwndbg.dbg` has no member `name`
[error] unresolved-attribute - :98:10 - Module `pwndbg.dbg` has no member `name`

pwndbg/aglib/argv.py

[error] unresolved-attribute - :55:15 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/aglib/asm.py

[error] invalid-argument-type - :26:31 - Argument to function `asm` is incorrect: Expected `ArchDefinition`, found `<module 'pwndbg.aglib.arch'>`

pwndbg/aglib/disasm/aarch64.py

[error] unresolved-attribute - :338:44 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :414:30 - Module `pwndbg.aglib.arch` has no member `ptrmask`

pwndbg/aglib/disasm/arch.py

[error] unresolved-attribute - :207:17 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :405:39 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :919:31 - Object of type `None` has no attribute `flags`
[error] unresolved-attribute - :351:40 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :390:39 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :501:38 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :528:54 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :550:54 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :565:36 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :653:12 - Module `pwndbg.aglib.arch` has no member `syscall_abi`
[error] unresolved-attribute - :655:17 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :655:41 - Module `pwndbg.aglib.arch` has no member `syscall_abi`
[error] unresolved-attribute - :734:40 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :790:25 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :800:38 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :877:27 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :156 -
Old: Module `pwndbg.aglib.arch` has no member `ptrsize`
New: Object of type `None` has no attribute `current`
[error] unresolved-attribute - :457 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`

pwndbg/aglib/disasm/arm.py

[error] unresolved-attribute - :309:16 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :246 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :329 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`

pwndbg/aglib/disasm/disassembly.py

[error] unresolved-attribute - :125:31 - Module `pwndbg.aglib.arch` has no member `constant_instruction_size`
[error] unresolved-attribute - :127:27 - Module `pwndbg.aglib.arch` has no member `max_instruction_size`
[error] unresolved-attribute - :146:13 - Module `pwndbg.aglib.arch` has no member `get_capstone_endianness`
[error] unresolved-attribute - :178:15 - Module `pwndbg.aglib.arch` has no member `get_capstone_constants`
[error] unresolved-attribute - :186:46 - Module `pwndbg.aglib.arch` has no member `max_instruction_size`
[error] unresolved-attribute - :382:26 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :572:16 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :566:9 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/aglib/disasm/instruction.py

[error] unresolved-attribute - :694:40 - Module `pwndbg.dbg` has no member `selected_inferior`
[warning] possibly-missing-attribute - :694:40 - Attribute `disasm` may be missing on object of type `Process | None`
[error] invalid-assignment - :694:40 - Object of type `DisassembledInstruction | None` is not assignable to `DisassembledInstruction`

pwndbg/aglib/disasm/riscv.py

[error] unresolved-attribute - :143:17 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :209:57 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :210:57 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :248:19 - Module `pwndbg.aglib.arch` has no member `ptrmask`

pwndbg/aglib/disasm/x86.py

[error] unresolved-attribute - :280:33 - Object of type `None` has no attribute `fsbase`
[error] unresolved-attribute - :283:33 - Object of type `None` has no attribute `gsbase`
[error] unresolved-attribute - :315:35 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :209 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :321 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :321:45 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :431 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`

pwndbg/aglib/elf.py

[error] unresolved-attribute - :83:8 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/aglib/godbg.py

[error] unresolved-attribute - :67:17 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :70:7 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :93:17 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :96:7 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :258:43 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :270:21 - Module `pwndbg.aglib.arch` has no member `endian`

pwndbg/aglib/heap/mallocng.py

[error] unresolved-attribute - :87:39 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :109:54 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :202:57 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :204:57 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :238:62 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :240:35 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :649:19 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :650:18 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :699:64 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :710:63 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :723:56 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :734:22 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :747:22 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :760:22 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :772:22 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :784:22 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :884:37 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :911:19 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :913:18 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :1003:19 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :1008:18 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :88:27 - Module `pwndbg.aglib.arch` has no member `unpack`
[error] unresolved-attribute - :88:59 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] invalid-argument-type - :88:52 - Argument to bound method `unpack` is incorrect: Expected `bytes`, found `bytearray`

pwndbg/aglib/heap/structs.py

[error] unresolved-attribute - :25:8 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :33:11 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :34:11 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :53:4 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :95:4 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :992:31 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :35:4 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/aglib/kernel/__init__.py

[error] unresolved-attribute - :217:12 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :461:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :463:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :470:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :472:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :474:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :481:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :483:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :627:17 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :214 -
Old: Module `pwndbg.aglib.regs` has no member `idt`
New: Object of type `None` has no attribute `idt`
[error] unresolved-attribute - :215 -
Old: Module `pwndbg.aglib.regs` has no member `idt_limit`
New: Object of type `None` has no attribute `idt_limit`
[error] unresolved-attribute - :341 -
Old: Module `pwndbg.aglib.regs` has no member `cr0`
New: Object of type `None` has no attribute `cr0`
[error] unresolved-attribute - :456 -
Old: Module `pwndbg.aglib.regs` has no member `SCTLR`
New: Object of type `None` has no attribute `SCTLR`
[error] unresolved-attribute - :638 -
Old: Module `pwndbg.aglib.regs` has no member `satp`
New: Object of type `None` has no attribute `satp`

pwndbg/aglib/kernel/vmmap.py

[error] unresolved-attribute - :208:12 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :220:24 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :355:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :357:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :363:24 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :413:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :424:43 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/aglib/memory.py

[error] unresolved-attribute - :236:16 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :332:23 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :333:24 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :193:12 - Module `pwndbg.aglib.arch` has no member `unpack`
[error] unresolved-attribute - :193:48 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] invalid-argument-type - :193:37 - Argument to bound method `unpack` is incorrect: Expected `bytes`, found `bytearray`

pwndbg/aglib/nearpc.py

[error] invalid-assignment - :118:14 - Object of type `int | None` is not assignable to `int`
[error] unresolved-attribute - :118:14 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :238 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`

pwndbg/aglib/next.py

[error] unresolved-attribute - :33:51 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :58:51 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :80:19 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :128:27 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :211:31 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :224:30 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :226:34 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :255:10 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :273:25 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :280:26 - Object of type `None` has no attribute `pc`

pwndbg/aglib/objc.py

[error] unresolved-attribute - :492:11 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :1072:12 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/aglib/onegadget.py

[error] unresolved-attribute - :146:24 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :316:28 - Module `pwndbg.dbg` has no member `selected_inferior`
[warning] possibly-missing-attribute - :316:28 - Attribute `evaluate_expression` may be missing on object of type `Process | None`
[error] unresolved-attribute - :319:28 - Module `pwndbg.dbg` has no member `selected_inferior`
[warning] possibly-missing-attribute - :319:28 - Attribute `evaluate_expression` may be missing on object of type `Process | None`
[error] unresolved-attribute - :322:24 - Module `pwndbg.dbg` has no member `selected_inferior`
[warning] possibly-missing-attribute - :322:24 - Attribute `evaluate_expression` may be missing on object of type `Process | None`
[error] unresolved-attribute - :397:72 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unsupported-operator - :397:61 - Operator `+` is unsupported between objects of type `int | None` and `int`
[error] unresolved-attribute - :399:54 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :399:97 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unsupported-operator - :399:43 - Operator `+` is unsupported between objects of type `int | None` and `int`
[error] unsupported-operator - :399:86 - Operator `+` is unsupported between objects of type `int | None` and `int`
[error] unresolved-attribute - :447:72 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unsupported-operator - :447:61 - Operator `+` is unsupported between objects of type `int | None` and `int`
[error] unresolved-attribute - :449:54 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :449:97 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unsupported-operator - :449:43 - Operator `+` is unsupported between objects of type `int | None` and `int`
[error] unsupported-operator - :449:86 - Operator `+` is unsupported between objects of type `int | None` and `int`

pwndbg/aglib/regs.py

[error] unresolved-attribute - :119:32 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :123:33 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :138:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :141:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :145:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :150:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :154:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :158:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :162:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :170:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :174:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :178:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :182:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :186:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :235:12 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :255:50 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :166:25 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/aglib/shellcode.py

[error] unresolved-attribute - :107:49 - Module `pwndbg.aglib.arch` has no member `instruction_alignment`
[error] unresolved-attribute - :110:37 - Module `pwndbg.aglib.arch` has no member `instruction_alignment`
[error] unresolved-attribute - :33:45 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :35 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :95:45 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/aglib/stack.py

[error] unresolved-attribute - :76 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`

pwndbg/aglib/tls.py

[error] unresolved-attribute - :80:20 - Object of type `None` has no attribute `fsbase`
[error] unresolved-attribute - :82:20 - Object of type `None` has no attribute `gsbase`
[error] unresolved-attribute - :40:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :57:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :63:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :79:8 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :81:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :83:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :86:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :93:10 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :85 -
Old: Module `pwndbg.aglib.regs` has no member `tpidr`
New: Object of type `None` has no attribute `tpidr`
[error] unresolved-attribute - :85 -
Old: Module `pwndbg.aglib.regs` has no member `TPIDR_EL0`
New: Object of type `None` has no attribute `TPIDR_EL0`
[error] unresolved-attribute - :92 -
Old: Module `pwndbg.aglib.regs` has no member `tpidruro`
New: Object of type `None` has no attribute `tpidruro`
[error] unresolved-attribute - :94 -
Old: Module `pwndbg.aglib.regs` has no member `tp`
New: Object of type `None` has no attribute `tp`

pwndbg/aglib/vmmap.py

[error] unresolved-attribute - :25:9 - Module `pwndbg.aglib.arch` has no member `platform`

pwndbg/arguments.py

[error] unresolved-attribute - :47:31 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :51:15 - Module `pwndbg.aglib.arch` has no member `function_abi`
[error] unresolved-attribute - :67:15 - Module `pwndbg.aglib.arch` has no member `syscall_abi`
[error] unresolved-attribute - :88:8 - Module `pwndbg.aglib.arch` has no member `platform`
[error] unresolved-attribute - :155:18 - Module `pwndbg.aglib.arch` has no member `function_abi`
[error] unresolved-attribute - :158:67 - Module `pwndbg.aglib.arch` has no member `function_abi`
[error] unresolved-attribute - :177:18 - Module `pwndbg.aglib.arch` has no member `function_abi`
[error] unresolved-attribute - :163 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg_uncached`
New: Object of type `None` has no attribute `read_reg_uncached`
[error] unresolved-attribute - :167 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :167:38 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/auxv.py

[error] unresolved-attribute - :76:8 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :78:10 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :218:50 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :219:50 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :155 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`

pwndbg/chain.py

[error] unresolved-attribute - :89:24 - Module `pwndbg.aglib.arch` has no member `ptrmask`

pwndbg/color/disasm.py

[error] unresolved-attribute - :41:54 - Object of type `None` has no attribute `pc`

pwndbg/commands/__init__.py

[error] invalid-assignment - :493:61 - Object of type `(Frame & ~AlwaysFalsy) | Process | None` is not assignable to `Frame | Process`
[error] unresolved-attribute - :514:15 - Object of type `None` has no attribute `fix`
[error] invalid-assignment - :855:61 - Object of type `(Frame & ~AlwaysFalsy) | Process | None` is not assignable to `Frame | Process`
[error] invalid-argument-type - :863:24 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `Unknown | Value | None`
[error] unresolved-attribute - :73:24 - Module `pwndbg.dbg` has no member `commands`
[error] unresolved-attribute - :79:4 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :211:33 - Module `pwndbg.dbg` has no member `add_command`
[error] unresolved-attribute - :319:16 - Module `pwndbg.dbg` has no member `selected_inferior`
[error] unresolved-attribute - :325:24 - Module `pwndbg.dbg` has no member `lex_args`
[error] unresolved-attribute - :357:21 - Module `pwndbg.dbg` has no member `history`
[error] unresolved-attribute - :442:48 - Module `pwndbg.dbg` has no member `name`
[error] unresolved-attribute - :446:55 - Module `pwndbg.dbg` has no member `name`
[error] unresolved-attribute - :451:51 - Module `pwndbg.dbg` has no member `name`
[error] unresolved-attribute - :455:55 - Module `pwndbg.dbg` has no member `name`
[error] unresolved-attribute - :492:13 - Module `pwndbg.dbg` has no member `selected_frame`
[error] unresolved-attribute - :494:29 - Module `pwndbg.dbg` has no member `selected_inferior`
[error] unresolved-attribute - :592:12 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :854:13 - Module `pwndbg.dbg` has no member `selected_frame`
[error] unresolved-attribute - :856:29 - Module `pwndbg.dbg` has no member `selected_inferior`
[error] unresolved-attribute - :896:8 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :208:29 - Module `pwndbg.dbg` has no member `add_command`
[error] invalid-argument-type - :208:52 - Argument to bound method `add_command` is incorrect: Expected `str`, found `Unknown | str | None`
[error] unresolved-attribute - :781:26 - Module `pwndbg.dbg` has no member `selected_inferior`
[warning] possibly-missing-attribute - :781:26 - Attribute `is_dynamically_linked` may be missing on object of type `Process | None`

pwndbg/commands/ai.py

[error] unresolved-attribute - :200 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`

pwndbg/commands/binja_functions.py

[error] unresolved-attribute - :133:14 - Object of type `None` has no attribute `current`
[error] invalid-argument-type - :81:38 - Argument to function `l2r` is incorrect: Expected `int`, found `int | None`
[error] unresolved-attribute - :81:38 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :89 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :134 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`

pwndbg/commands/context.py

[error] unresolved-attribute - :938:24 - Object of type `None` has no attribute `changed`
[error] unresolved-attribute - :966:47 - Object of type `None` has no attribute `last`
[error] unresolved-attribute - :1015:17 - Object of type `None` has no attribute `gpr`
[error] unresolved-attribute - :1018:21 - Object of type `None` has no attribute `stack`
[error] unresolved-attribute - :1021:21 - Object of type `None` has no attribute `retaddr`
[error] unresolved-attribute - :1023:21 - Object of type `None` has no attribute `current`
[error] unresolved-attribute - :1037:21 - Object of type `None` has no attribute `flags`
[error] unresolved-attribute - :1445:41 - Object of type `None` has no attribute `pc`
[error] invalid-argument-type - :1041:33 - Argument to bound method `append` is incorrect: Expected `str`, found `BitFlags`
[error] unresolved-attribute - :956 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] invalid-argument-type - :1017:21 - Argument to bound method `append` is incorrect: Expected `str`, found `str | None`
[error] unresolved-attribute - :1017:21 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :1025 -
Old: Module `pwndbg.aglib.regs` has no member `kernel`
New: Object of type `None` has no attribute `kernel`
[error] unresolved-attribute - :1026 -
Old: Module `pwndbg.aglib.regs` has no member `kernel`
New: Object of type `None` has no attribute `kernel`
[error] unresolved-attribute - :1031 -
Old: Module `pwndbg.aglib.regs` has no member `kernel`
New: Object of type `None` has no attribute `kernel`
[error] unresolved-attribute - :1042 -
Old: Module `pwndbg.aglib.regs` has no member `kernel`
New: Object of type `None` has no attribute `kernel`
[error] unresolved-attribute - :1043 -
Old: Module `pwndbg.aglib.regs` has no member `kernel`
New: Object of type `None` has no attribute `kernel`
[error] unresolved-attribute - :1044 -
Old: Module `pwndbg.aglib.regs` has no member `kernel`
New: Object of type `None` has no attribute `kernel`
[error] invalid-argument-type - :1223:54 - Argument to bound method `decompile` is incorrect: Expected `int`, found `int | None`
[error] unresolved-attribute - :1223:54 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :1243 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`

pwndbg/commands/cpsr.py

[error] unresolved-attribute - :28:17 - Object of type `None` has no attribute `flags`
[error] unresolved-attribute - :27:21 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/commands/cyclic.py

[error] unresolved-attribute - :31:16 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :32:14 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :40:25 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :161:18 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :171:51 - Module `pwndbg.aglib.arch` has no member `endian`

pwndbg/commands/cymbol.py

[error] invalid-argument-type - :100:51 - Argument to function `flags` is incorrect: Expected `ArchDefinition`, found `<module 'pwndbg.aglib.arch'>`

pwndbg/commands/distance.py

[error] unresolved-attribute - :36:29 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :41:22 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :42:22 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :48:44 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/commands/dumpargs.py

[error] unresolved-attribute - :30:30 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :30:56 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/commands/got.py

[error] unresolved-attribute - :171:20 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/commands/hexdump.py

[error] unresolved-attribute - :107:18 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :108:33 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :142:62 - Module `pwndbg.aglib.arch` has no member `endian`

pwndbg/commands/ida.py

[error] unresolved-attribute - :165:36 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :25:2 - Module `pwndbg.dbg` has no member `event_handler`
[error] unresolved-attribute - :32:18 - Module `pwndbg.dbg` has no member `selected_frame`
[warning] possibly-missing-attribute - :32:18 - Attribute `pc` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :142:14 - Module `pwndbg.dbg` has no member `selected_frame`
[warning] possibly-missing-attribute - :142:14 - Attribute `pc` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :166 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :166:47 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :167 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :167:43 - Object of type `None` has no attribute `stack`

pwndbg/commands/integration.py

[error] unresolved-attribute - :37:16 - Object of type `None` has no attribute `pc`
[error] invalid-argument-type - :40:56 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`

pwndbg/commands/kbase.py

[error] unresolved-attribute - :50:9 - Module `pwndbg.dbg` has no member `selected_inferior`
[warning] possibly-missing-attribute - :50:9 - Attribute `add_symbol_file` may be missing on object of type `Process | None`

pwndbg/commands/kmem_trace.py

[error] unresolved-attribute - :181:16 - Object of type `None` has no attribute `retval`
[error] unresolved-attribute - :202:16 - Object of type `None` has no attribute `retval`
[error] unresolved-attribute - :282:8 - Object of type `None` has no attribute `retval`
[error] unresolved-attribute - :184 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg_uncached`
New: Object of type `None` has no attribute `read_reg_uncached`
[error] unresolved-attribute - :184:55 - Object of type `None` has no attribute `retval`
[error] unresolved-attribute - :205 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg_uncached`
New: Object of type `None` has no attribute `read_reg_uncached`
[error] unresolved-attribute - :205:52 - Object of type `None` has no attribute `retval`

pwndbg/commands/misc.py

[error] unresolved-attribute - :36:20 - Module `pwndbg.dbg` has no member `selected_frame`
[warning] possibly-missing-attribute - :36:20 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] unresolved-attribute - :55:13 - Module `pwndbg.dbg` has no member `selected_frame`
[warning] possibly-missing-attribute - :55:13 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`

pwndbg/commands/plist.py

[error] unresolved-attribute - :201:17 - Module `pwndbg.dbg` has no member `selected_frame`
[warning] possibly-missing-attribute - :201:17 - Attribute `evaluate_expression` may be missing on object of type `Frame | None`
[error] invalid-argument-type - :412 -
Old: Argument to function `get_typed_pointer_value` is incorrect: Expected `str | Type`, found `Unknown | None`
New: Argument to function `get_typed_pointer_value` is incorrect: Expected `str | Type`, found `Type | None`

pwndbg/commands/probeleak.py

[error] unresolved-attribute - :93:16 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :94:15 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :126:13 - Module `pwndbg.aglib.arch` has no member `unpack`

pwndbg/commands/radare2.py

[error] unresolved-attribute - :48:16 - Object of type `None` has no attribute `pc`
[error] invalid-argument-type - :55:35 - Argument to function `hex` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`

pwndbg/commands/retaddr.py

[error] unresolved-attribute - :35:15 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :21 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`

pwndbg/commands/rizin.py

[error] unresolved-attribute - :46:16 - Object of type `None` has no attribute `pc`
[error] invalid-argument-type - :53:35 - Argument to function `hex` is incorrect: Expected `SupportsIndex`, found `int | None | Unknown`

pwndbg/commands/rop.py

[error] unresolved-attribute - :116:48 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :27:36 - Module `pwndbg.aglib.arch` has no member `get_capstone_constants`

pwndbg/commands/search.py

[error] unresolved-attribute - :201:41 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :225:18 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :226:43 - Module `pwndbg.aglib.arch` has no member `endian`

pwndbg/commands/sigreturn.py

[error] unresolved-attribute - :99:21 - Object of type `None` has no attribute `flags`
[error] unresolved-attribute - :100:25 - Object of type `None` has no attribute `flags`
[error] unresolved-attribute - :74:16 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :76:44 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :77:46 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :92:17 - Module `pwndbg.aglib.arch` has no member `unpack`
[error] invalid-argument-type - :92:42 - Argument to bound method `unpack` is incorrect: Expected `bytes`, found `bytearray`

pwndbg/commands/start.py

[warning] possibly-missing-attribute - :40:10 - Attribute `break_at` may be missing on object of type `Process | None`
[warning] possibly-missing-attribute - :46:5 - Attribute `dispatch_execution_controller` may be missing on object of type `Process | None`
[error] unresolved-attribute - :24:4 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :39:12 - Module `pwndbg.dbg` has no member `selected_inferior`
[error] unresolved-attribute - :136:8 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] invalid-argument-type - :34:12 - Argument to function `__new__` is incorrect: Expected `str | Buffer | SupportsInt | SupportsIndex | SupportsTrunc`, found `int | None`
[error] unresolved-attribute - :34:12 - Object of type `None` has no attribute `pc`

pwndbg/commands/telescope.py

[error] unresolved-attribute - :142:16 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :171:16 - Object of type `None` has no attribute `common`
[error] unresolved-attribute - :230:38 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :125:30 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :127:34 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :189:31 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :120 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :134 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :145 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :146 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :146:41 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :172 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :231 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :231:41 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :331 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :353 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`

pwndbg/commands/tls.py

[error] unresolved-attribute - :180:18 - Module `pwndbg.dbg` has no member `selected_frame`
[warning] possibly-missing-attribute - :180:18 - Attribute `pc` may be missing on object of type `Frame | None`

pwndbg/commands/vmmap.py

[error] unresolved-attribute - :51:21 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :63:30 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :64:28 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :68:41 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :96:97 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :109:74 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/commands/windbg.py

[error] unresolved-attribute - :294:12 - Module `pwndbg.aglib.arch` has no member `endian`

pwndbg/commands/xinfo.py

[error] unresolved-attribute - :49:17 - Module `pwndbg.aglib.arch` has no member `pack`
[error] unresolved-attribute - :113:13 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :33 -
Old: Module `pwndbg.aglib.regs` has no member `sp`
New: Object of type `None` has no attribute `sp`
[error] unresolved-attribute - :34 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :34:40 - Object of type `None` has no attribute `frame`

pwndbg/dbg/lldb/__init__.py

[error] unresolved-attribute - :1724:19 - Module `pwndbg.dbg` has no member `selected_frame`
[warning] possibly-missing-attribute - :1724:19 - Attribute `parent` may be missing on object of type `Frame | None`
[warning] possibly-missing-attribute - :1724:19 - Attribute `pc` may be missing on object of type `Frame | None`

pwndbg/emu/emulator.py

[error] unresolved-attribute - :276:50 - Object of type `None` has no attribute `current`
[error] unresolved-attribute - :328:23 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :600:18 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :39:4 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :259:21 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :405:27 - Module `pwndbg.aglib.arch` has no member `unpack_size`
[error] unresolved-attribute - :406:28 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :500:20 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :505:46 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :508:22 - Module `pwndbg.aglib.arch` has no member `unpack_size`
[error] unresolved-attribute - :508:64 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :626:16 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :641:17 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :648:56 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :650:12 - Module `pwndbg.aglib.arch` has no member `endian`
[error] unresolved-attribute - :517:60 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :543:30 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :632 -
Old: Module `pwndbg.aglib.regs` has no member `xpsr`
New: Object of type `None` has no attribute `xpsr`
[error] unresolved-attribute - :637 -
Old: Module `pwndbg.aglib.regs` has no member `cpsr`
New: Object of type `None` has no attribute `cpsr`

pwndbg/enhance.py

[error] unresolved-attribute - :34:14 - Module `pwndbg.aglib.arch` has no member `pack`
[error] unresolved-attribute - :112:16 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :119:71 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :147:26 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/gdblib/got.py

[error] unresolved-attribute - :117:18 - Module `pwndbg.aglib.arch` has no member `ptrsize`
[error] unresolved-attribute - :515:29 - Module `pwndbg.aglib.arch` has no member `name`

pwndbg/gdblib/shellcode.py

[error] unresolved-attribute - :139:12 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :30:45 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :82:45 - Module `pwndbg.aglib.arch` has no member `name`
[error] unresolved-attribute - :31 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :85 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`

pwndbg/ghidra.py

[error] unresolved-attribute - :17:4 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :101:12 - Module `pwndbg.dbg` has no member `is_gdblib_available`
[error] unresolved-attribute - :49 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :49:41 - Object of type `None` has no attribute `current`
[error] unresolved-attribute - :59 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :59:44 - Object of type `None` has no attribute `current`
[error] unresolved-attribute - :75 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :75:41 - Object of type `None` has no attribute `current`

pwndbg/hexdump.py

[error] unresolved-attribute - :164:38 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :188:27 - Module `pwndbg.aglib.arch` has no member `ptrsize`

pwndbg/integration/binja.py

[error] unresolved-attribute - :288:10 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :620:25 - Object of type `None` has no attribute `common`
[error] unresolved-attribute - :625:28 - Object of type `None` has no attribute `stack`
[error] unresolved-attribute - :625:56 - Object of type `None` has no attribute `frame`
[error] unresolved-attribute - :269:69 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :274:69 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] invalid-argument-type - :291:27 - Argument to function `l2r` is incorrect: Expected `int`, found `int | None`
[error] unresolved-attribute - :602 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :611 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`
[error] unresolved-attribute - :621 -
Old: Module `pwndbg.aglib.regs` has no member `read_reg`
New: Object of type `None` has no attribute `read_reg`

pwndbg/integration/ida.py

[error] unresolved-attribute - :416:18 - Object of type `None` has no attribute `pc`
[error] unresolved-attribute - :268:47 - Module `pwndbg.aglib.arch` has no member `ptrmask`
[error] unresolved-attribute - :276:47 - Module `pwndbg.aglib.arch` has no member `ptrmask`

pwndbg/ui.py

[error] unresolved-attribute - :56:12 - Module `pwndbg.dbg` has no member `addrsz`
[error] unresolved-attribute - :82:12 - Module `pwndbg.dbg` has no member `get_cmd_window_size`