You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2017. It is now read-only.
Writing blocks out to file (database) apparently isn't complete. When trying to use BlockExtract on the sample tests/ls32_ELF you can see it bail while serializing the blocks to write to disk.
It appears that some of the weirder 8bit registers for x86 are not implemented in serialization. I'm sure there's other things in serialization that need to be completed too.