https://github.com/kojobailey/nucc-cpp-parser
A simple drag-n-drop terminal-based tool for unpacking CyberConnect2 NUCC XFBIN files into more easily-editable formats and vice versa.
https://github.com/kojobailey/nucc-cpp-parser
binary cpp cyberconnect2 deserialisation deserialiser files json nucc parser reader repacker serialisation serialiser terminal-based unpacker writer xfbin
Last synced: about 1 year ago
JSON representation
A simple drag-n-drop terminal-based tool for unpacking CyberConnect2 NUCC XFBIN files into more easily-editable formats and vice versa.
- Host: GitHub
- URL: https://github.com/kojobailey/nucc-cpp-parser
- Owner: KojoBailey
- Created: 2024-10-31T21:22:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-21T13:52:47.000Z (about 1 year ago)
- Last Synced: 2025-03-09T01:47:22.646Z (about 1 year ago)
- Topics: binary, cpp, cyberconnect2, deserialisation, deserialiser, files, json, nucc, parser, reader, repacker, serialisation, serialiser, terminal-based, unpacker, writer, xfbin
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [NUCC++ Parser](https://github.com/KojoBailey/nucc-cpp-parser/)
Welcome to the **[NUCC C++ Parser](https://github.com/KojoBailey/nucc-cpp-parser/)**, a drag-and-drop terminal-based tool for **unpacking** CyberConnect2 XFBIN files to more **easily-editable** formats (such as JSON) and vice versa.
It makes use of the **[NUCC C++ Library](https://github.com/KojoBailey/nucc-cpp-library/)**, and in a way, is the most basic demonstration of the library in action. Later, I plan to overshadow this tool with a GUI NUCC toolbox, but this parser here should always prove useful regardless.
## How To Use
*Coming soon...*