[go: nahoru, domu]

Skip to content

Zellic/movetool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movetool

Movetool is a tool that allows diassembling binary Move files and reassembling them back into the binary format. As well, it includes a feature to run the verifier.

Example usage

./movetool dis < binary.mv > assembly.mvasm
./movetool asm < assembly.mvasm > new_binary.mv
./movetool verify < new_binary.mv

For more details on how to use this tool, as well as an explanation of the Move binary format, see our blog about it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages