pwndbg/pwndbg

speed up the kernel images download

Closed

#3,005 opened on May 22, 2025

 (8 comments) (0 reactions) (0 assignees)Python (776 forks)batch import
enhancementgood first issuehelp wantedqemutesting

Repository metrics

Stars
 (5,820 stars)
PR merge metrics
 (Avg merge 3d 12h) (32 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. It takes a long time for the kernel images to get downloaded. Annoying for personal use and CI can take a long time as well.

Describe the solution you'd like

  1. Multiple kernel images should be downloaded in parallel solved, see link PR below.
  2. Download compressed versions and unpack

Contributor guide