confidential-containers / td-shim

Confidential Containers Shim Firmware
Other
97 stars 53 forks source link

Split file operation from loader.rs and change parse() API #660

Closed OuyangHang33 closed 8 months ago

OuyangHang33 commented 8 months ago

Fix: #654

Splited the file operation and std env from loader.rs. Moved the read file operation to read_file.rs.

Test the final.bin with td-shim-checker tool and it can get the right result.

NK-fengsf commented 8 months ago

LGFM