Skip to content
forked from Miyuyami/MS2Lib

A library for manipulating MapleStory 2 game archives.

License

Notifications You must be signed in to change notification settings

mechpaul/MS2Lib

 
 

Repository files navigation

What you need for building

  1. You need CryptoPP.
  2. Build the libraries as "*.lib" and name as following (NOTE: you can change those in "stdafx.h"):
  • "cryptlib" for Release 32 bit
  • "cryptlib_x64" for Release 64 bit
  • "cryptlibd" for Debug 32 bit
  • "cryptlibd_x64" for Debug 64 bit
  1. Change "IncludePath", "LibraryPath" and "SourcePath" to the path where you have all those 4 libs.
  2. In the same path also add all includes (main folder of CryptoPP with all headers).
  3. Now "Decrypt" project should successfuly build.

About

A library for manipulating MapleStory 2 game archives.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.2%
  • C++ 3.4%
  • C 1.4%