atenfyr / UAssetAPI

A low-level .NET library for reading and writing Unreal Engine game assets.

Home Page:https://atenfyr.github.io/UAssetAPI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ASK] do you have any clue how to verify uexp and uasset??

TUNBudi06 opened this issue · comments

If you have any clue about how the verify binary equality works i need it

If you can please give to me

Because IM need for converting to python script

Binary equality is simple a comparison between the original asset and the resulting asset after it's been parsed and re-saved by UAssetAPI. If the two match byte for byte then binary equality is preserved.