Go to file
2023-02-15 10:12:30 +08:00
CodeGen finish hdr1 dep read 2023-02-14 21:31:18 +08:00
Documents move some document into here 2023-02-04 22:21:18 +08:00
LibCmo finish hdr1 dep read 2023-02-14 21:31:18 +08:00
Unvirt finish hdr1 dep read 2023-02-14 21:31:18 +08:00
VirtoolsProbe add new proj for convenient IDA rev work. 2023-02-15 10:12:30 +08:00
.gitattributes move some document into here 2023-02-04 22:21:18 +08:00
.gitignore finish hdr1 dep read 2023-02-14 21:31:18 +08:00
libcmo21.sln add new proj for convenient IDA rev work. 2023-02-15 10:12:30 +08:00
LibRef.props fully remove boost dependency 2023-02-12 21:03:36 +08:00
LICENSE move some document into here 2023-02-04 22:21:18 +08:00
README.md first commit 2023-02-02 12:01:28 +08:00

libcmo21

The aim of this project is creating a universal library which can read / write CMO files or any other Virtools files without any Virtools dependencies.
This project will not link any original Virtools dynamic library. So this project can run on both of x64 and x86 platform.
This project only involving specific Virtools version, 2.1. Other Virtools version are not considered by this project.

This project is based on reverse work of CK2.dll, VxMath.dll and CK2_3D.dll. The program unvirt created by Luigi Auriemma, which is licensed by GPL-v2, also help my work.

For some personal reason, this project will keep a clean room with all doyaGu's projects. All variables and logic are based on my understanding and reversed code. This is my personal behavior, please forgive my decision if you dislike it.