pwndbg/pwndbg

lib/net.py: more functionality and unit tests

Open

#1 551 ouverte le 29 janv. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Python (776 forks)batch import
enhancementfeaturegood first issuehelp wanted

Métriques du dépôt

Stars
 (5 820 stars)
Métriques de merge PR
 (Merge moyen 3j 12h) (32 PRs mergées en 30 j)

Description

  • The lib/net.py code could have unit tests implemented, e.g. for https://github.com/pwndbg/pwndbg/pull/1545#discussion_r1090028340
  • It could have more features. For example, we could find out the other end of Unix Domain Sockets and show which other processes do use them: this can be super useful for knowing that e.g. a given socket is related to X11 or that a given socket is used for IPC between this and that process[es]

Guide contributeur