Re: [PATCH v2 3/4] usertools: parse strings from PE images

2025-04-15 Thread Robin Jarry
Hi Andre, Thanks for the respin. Could you format the code using ruff/black before sending a v3? Andre Muezerie, Apr 15, 2025 at 03:21: > Script usertools\dpdk-pmdinfo.py was enhanced to also be able to parse > symbols from sections in PE images. > > Signed-off-by: Andre Muezerie > --- > userto

[PATCH v2 3/4] usertools: parse strings from PE images

2025-04-14 Thread Andre Muezerie
Script usertools\dpdk-pmdinfo.py was enhanced to also be able to parse symbols from sections in PE images. Signed-off-by: Andre Muezerie --- usertools/dpdk-pmdinfo.py | 55 --- 1 file changed, 45 insertions(+), 10 deletions(-) diff --git a/usertools/dpdk-pmdi