Skip to content

Commit 615701f

Browse files
committed
Update libscca to parse Windows 11 Prefetch
1 parent a38bfb4 commit 615701f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt update -y && \
1717
apt install -y libguestfs-tools && \
1818
apt install -y zip && \
1919
apt install -y openssl && \
20+
apt install -y pkg-config && \
2021
#apt install -y pff-tools && \
2122
apt clean -y && \
2223
rm -rf /var/cache/apt/* /var/lib/apt/lists/*

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ kombu==5.5.4
5656
libfwps-python==20240417
5757
libfwsi-python==20240423
5858
libpff-python==20231205
59-
libscca-python==20240427
59+
libscca-python==20250915
6060
lxml==6.0.0
6161
mailbox==0.4
6262
markdown-it-py==3.0.0

0 commit comments

Comments
 (0)