index
:
nekopack.git
master
Tool for extracting game data from Nekopara's XP3 archives.
Jakob L. Kreuze
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-05-19
Rewrote significant parts of the repacker
jakob
2017-05-17
Began checking all calls to malloc for NULL and improving documentation.
jakob
2017-05-15
Began finalization of the table dumping functionality
=
2017-05-14
Initial data dumping functionality.
jakob
2017-05-14
Fixed issue with dump_table
jakob
2017-05-13
General housekeeping
=
2017-05-13
Bounds checking when the table is written to disk to prevent serious memory l...
=
2017-05-11
Reimplemented table dumping functions to operate on streams instead of file p...
jakob
2017-05-11
Finished basic table dumping functionality
jakob
2017-05-10
eliF entry creation for the archive table
jakob
2017-05-09
Began work on a 100%-compatible repacker
jakob
2017-04-12
Expanded tests for the command-line interface.
jakob
2017-04-09
Automated style checking and fixed unit tests.
jakob
2017-04-05
More consisteny code style.
jakob
2017-04-01
Fixed segmentation fault on invalid paths, cleaned up code
jakob
2017-03-11
Updated copyright information.
jakob
2017-03-04
Added some OpenBSD-specific things to the Makefile
jakob
2017-03-03
Implemented error checking to prevent against segfaulting when a corrupted ar...
jakob
2017-03-02
First alpha release of version 2.0.0
jakob
2017-03-01
First working commit of the rewrite.
jakob
2017-02-19
Implemented eliF parsing.
jakob
2017-02-19
Implemented table linked list, decompression and encryption. Tests have been ...
jakob
2017-02-14
Implemented a basic parser for the XP3 header.
jakob
2017-02-13
Began inevetable rewrite.
jakob
2017-02-04
Deprecated flag in favor of variadic arguments.
jakob
2017-01-23
Updated crypto and bruteforcing script.
jakob
2017-01-19
Implemented the ability to specify an output path,.
jakob
2017-01-17
Improved readability.
jakob
2017-01-15
defs.h is now included for write.c
jakob
2017-01-15
Implemented initial support for extracting directories.
jakob
2017-01-14
Added quiet option.
jakob
2017-01-13
Fixed memory leaking issues and introduced a feature to list the contents of ...
jakob
2017-01-13
Removed debugging information and fixed filenames from being cut off.
jakob
2017-01-12
Finished implementation of file decryption. There are still many memory corru...
jakob
2017-01-09
Significant progress on implementing file decryption. Offsets as of now are t...
jakob
2017-01-08
Large commit. Filenames are now converted from UTF-16LE and placed into a lin...
jakob
2017-01-07
Minimal debugging information about the stream is printed.
jakob
2017-01-04
Fixed get_table_offset from doing a relative jump and going out of the file's...
jakob
2017-01-03
Implemented header offsets for XP3 version 2.
jakob
2017-01-02
Initial commit.
jakob