pwndbg/pwndbg

speed up the kernel images download

Open

#3005 opened on May 22, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (5,820 stars) (776 forks)batch import
enhancementgood first issuehelp wantedqemutesting

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
  2. Download compressed versions and unpack

Contributor guide