Diarica

Results 4 issues of Diarica

![image](https://github.com/locus84/LocusReplicationGraph/assets/56779722/aad8e03f-b43e-4008-b53a-3bfc705d14c2) This function was now marked as deprecated on Unreal Engine 5.2,And for the source code of this function only return an empty list. ![image](https://github.com/locus84/LocusReplicationGraph/assets/56779722/aa7eb89d-e009-4450-8740-185b1e23f157) And I don't know how...

Currently file_req::read is allocate buffer memory with std::unique_ptr, hopefully allow user allocate it.

In read_file and get_file_size function, the original efi loader uses AllocatePool to allocate file and file info memory, it's crash on booting due to 4k unaligned pages, should use AllocatePages....

Hopefully useful for you! Originally, if you're using std::vector as a serialize field, you must get memory copying, it's annoying. And for some cases (game engine assets etc.) you definitely...