Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Majjcom committed Jan 20, 2023
1 parent ec97dc8 commit a3ec823
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
32 changes: 32 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
MIT License

Copyright (c) 2023 Majjcom

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

-----------------------------
OpenSSL
Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
https://github.com/openssl/openssl
-----------------------------
-----------------------------
cpp-base64
Copyright © 2004-2017 by René Nyffenegger
https://github.com/ReneNyffenegger/cpp-base64
-----------------------------
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ncmpp

一个极速的ncm解密器

## 使用方法

- 下载`Release`中最新版本的可执行文件

- 将文件复制到有`ncm`文件的目录中

- 双击运行程序

- 等待解密完成
- 解密后的文件存放在`unlock`文件夹中

## 构建环境

Windows 10

Visual Studio 2022

SDK: 10.0.19041.0

openssl: 1.1.1s

0 comments on commit a3ec823

Please sign in to comment.