6 Commits

Author SHA1 Message Date
DanieledG a545bfcc28 update latest windows version 2025-10-07 09:14:44 +02:00
Marc André Tanner ffef2635a6 winpe: compile dislocker-metadata.exe with 64-bit off_t type
This might fix support for partitions starting after 2^31-1 bytes.
2025-06-24 21:07:02 +02:00
Marc André Tanner 66b9fa2a3c winpe: use modified version of WinPmem instead of DumpIt
This does not perform a full memory dump, but instead searches
incrementally and stops after the first match.
2025-03-18 21:25:28 +01:00
Marc André Tanner 1148128d17 winpe: add customization script and some more debugging notes
Also add a warning that the WinPE-based exploitation strategy might
be less reliable than its Linux-based counterpart.
2025-03-18 07:13:23 +01:00
Marc André Tanner f323724392 winpe: use 7zip to extract files instead of mounting the iso
This should hopefully avoid problems with mounting the ISO in certain
setups and avoid the need for a privileged container.
2025-03-12 06:38:31 +01:00
Marc André Tanner e1332680d6 Add WinPE based exploitation environment 2025-02-26 10:42:14 +01:00