Skip to content

zery6/3dstool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3dstool

An all-in-one tool for extracting/creating 3ds roms.

History

  • v1.0.0 @ 2014.12.07 - The very first release
  • v1.0.1 @ 2014.12.09 - Make compatible with Windows XP
  • v1.0.2 @ 2014.12.25 - Support diff and patch
  • v1.0.3 @ 2014.12.26 - Fix diff bug
  • v1.0.4 @ 2014.12.28 - Fix exefs header bug
  • v1.0.5 @ 2015.01.05 - Fix diff bug
  • v1.0.6 @ 2015.01.22 - Fix create romfs with reference bug
  • v1.0.7 @ 2015.01.23 - Support banner
  • v1.0.8 @ 2015.08.30 - Refactoring compression and fix banner bug

Platforms

  • Cygwin
  • Linux (Tested on Linux Mint 17.1)
  • Mac OS X 10.10+
  • Windows XP+

Building

Dependencies

  • cmake
  • openssl-devel / libssl-dev
  • libiconv (linux only)

Compiling

  • make 64-bit version
mkdir project
cd project
cmake ..
cmake ..
make
  • make 32-bit version
mkdir project
cd project
cmake -DBUILD64=OFF ..
cmake ..
make

Installing

make install

Usage

3dstool [option...] [option]...

Options

See 3dstool --help messages.

About

3ds tool

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 75.6%
  • Perl 14.6%
  • C++ 3.9%
  • Makefile 2.4%
  • Assembly 1.0%
  • DIGITAL Command Language 1.0%
  • Other 1.5%