Some Uefi Volumes are compressed with LZMA.
One of the current issues is that decompression works fine.
Compression back results in a differing binary that is usually smaller.
In the best case that only means that the tests for "input == output" > fail.
Worst case would be an unusable image.
So at this point, Compression is not supported
If you know how to compress LZMA up to UEFI standards in python, please let me know how!
Some Uefi Volumes are compressed with LZMA.
One of the current issues is that decompression works fine.
Compression back results in a differing binary that is usually smaller.
In the best case that only means that the tests for "input == output" > fail.
Worst case would be an unusable image.
So at this point, Compression is not supported
If you know how to compress LZMA up to UEFI standards in python, please let me know how!