Giter Site home page Giter Site logo

uncso2's People

Contributors

l-leite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

uncso2's Issues

Translate Client

Any way to decrypt back encrypted file ? i can try translate client

Problems when loading TFO data

Thanks a lot for this! however I have already found 3 minor and 1 major problem:

The 3 minor being there's 1 file that's 3.25GB in size (it's also the largest file) that causes the program to crash if you attempt to open it.
The program also crashes if you try to open the index file.
.VMT files seem to be coming out either empty or corrupted (Put this under minor as I doubt anyone is gonna use them anyways)
And the 1 major problem being that model files also seem to be coming out either compressed, empty or corrupted, not sure but nothing is recognizing them as a Source model file (Tried them with Crowbar decompiler and spoke with Crowbar's creator about them)

DL for previously mentioned 3.25GB file

Originally posted by @tetTris11 in #6 (comment)

Leftover padding in decrypted files

UnCSO2 is leaving extra bytes in the end of the decrypted files due to padding.

Decrypted file example maplist.txt:
decrypted_crap
The red rectangles highlight the padding left into the files.

Counter-Strike Source's maplist.txt:
orig_good

The game decrypts the files properly (it uses OpenSSL), so I'm guessing it's Crypto++'s fault or some missing option when decrypting the files.

Porting UnCSO2 to use LibreSSL will probably fix this since it's a closer method of decrypting to the game.

The program crashes when I install the .txt file

The program crashes when I install the .txt file
interface is very nice


Errors in Windows Events List

Error bundle 1766227214907546999, type 4
Event Name: APPCRASH
Answer: Unavailable
Cabin ID: 0

Problem signature:
P1: uc2.exe
P2: 0.0.0.0
P3: 5d9b637e
P4: StackHash_6032
P5: 10.0.18362.418
P6: 99ca0526
P7: c0000374
P8: PCH_FE_FROM_ntdll + 0x000000000009CC14
P9:
P10:

Attached files:
\? \ C: \ ProgramData \ Microsoft \ Windows \ WR \ Temp \ werb0a3.tmp.dmp
\? \ C: \ ProgramData \ Microsoft \ Windows \ WR \ Temp \ werb2b8.tmp.werınternalmetadata.xml
\? \ C: \ ProgramData \ Microsoft \ Windows \ WR \ Temp \ werb2f7.tmp.xml
\? \ C: \ ProgramData \ Microsoft \ Windows \ WR \ Temp \ werb309.tmp.csv
\? \ C: \ ProgramData \ Microsoft \ Windows \ WR \ Temp \ werb339.tmp.txt

These files can be found here:
\? \C:\ProgramData\Microsoft\Windows\WR\reportarchiv to \ appcrash_uc2.exe_b1b5743880c88b20d1f7af89610b93452ffa8f_369f6618_bbae69d0-ff23-4d22-9212-d249b04cb65c

Analysis icon:
Recheck for solution: 0
Report ID: aa6283ad-6915-4f71-8d76-cf4de35b708d
Report Status:
Mixed harness: af7ed77aceee92893882e64b49311d77
Cab Guid: 0

Incorrect application name: uc2.exe, version: 0.0.0.0, timestamp: 0x5d9b637e
Incorrect module name: ntdll.dll, version: 10.0.18362.418, timestamp: 0x99ca0526
Exception code: 0xc0000374
Error distance 0x00000000000f9269
Incorrect process ID: 0x13d8
Application start time: 0x01d58ab0f851a037
Incorrect application path: E:\CSO2Server\debugger\uc2.exe
Incorrect module path: C:\Windows\SYSTEM32\ntdll.dll
Report ID: aa6283ad-6915-4f71-8d76-cf4de35b708d
Incorrect package full name:
Application ID for bad package:

Possibility to support Titanfall Online (Nexon)?

Hi, Titanfall Online uses very similiar format to that of CSO2. Would it be possible to support it with this tool?
Here are bin files and a few samples from Data directory:
https://p0358.net/tfo/Bin.7z
https://p0358.net/tfo/Data.7z
Let me know if you'd like more files or complete client, or old installer files (I personally have no clue where to look for encryption keys, which have probably changed, if the pkg format is the same – when I tried UnCSO2, it didn't complain with any error, but the result was empty list of files)
image

Decrypt TFO data

The only I can seem to get out of the TFO packs from p0358 are the sounds. The rest of the files like vmts, html, js, and mdl files all seem like they are still encrypted or are garbled

[Linux] AppImage and build errors.

I can't start the .AppImage due to glibc error:
linuxdeployqt 6 (commit d41e234), build 723 built on 2020-07-30 06:25:46 UTC
ERROR: The host system is too new.
Please run on a system with a glibc version no newer than what comes with the oldest
currently still-supported mainstream distribution (xenial), which is glibc 2.23.
This is so that the resulting bundle will work on most still-supported Linux distributions.
For more information, please see
https://github.com/probonopd/linuxdeployqt/issues/340

I have 2.37 version.

I also tried to build the app.

Errors:
-DCMAKE_CXX_COMPILER=g++: command not found
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


CMake Error: The source directory "uncso2/build" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Outside the build folder (without cd build):

-DCMAKE_CXX_COMPILER=g++: command not found
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.


-- The CXX compiler identification is GNU 13.1.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- APP_VERSION: 2.0.7
-- Found Git: /usr/bin/git (found version "2.41.0") 
-- GIT_COMMIT_HASH: d0795b82
-- GIT_BRANCH: makepkg
-- UnCSO2: Using Link Time Optimizations
-- LIB_VERSION: 1.1.5
CMake Error: File uncso2/libuncso2/external/cryptopp-cmake/CMakeLists.txt does not exist.
CMake Error at libuncso2/CMakeLists.txt:73 (configure_file):
  configure_file Problem configuring file


CMake Error: File src/uncso2/libuncso2/external/cryptopp-cmake/cryptopp-config.cmake does not exist.
CMake Error at libuncso2/CMakeLists.txt:75 (configure_file):
  configure_file Problem configuring file


CMake Error at libuncso2/CMakeLists.txt:93 (add_subdirectory):
  The source directory

    src/uncso2/libuncso2/external/cryptopp

  does not contain a CMakeLists.txt file.


CMake Deprecation Warning at libuncso2/external/lzma/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- The C compiler identification is GNU 13.1.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
libuncso2: Building ourselves as a shared library
-- libuncso2: Using stdlibc++fs
uncso2: Using libuncso2 as a shared library
-- uc2: Using stdlibc++fs
-- Configuring incomplete, errors occurred!

UnCSO2 Crashing when attempting to open .pkg files

I got a copy of CSO2 from csonline2.net (its their english version). Whenever I try to open its pkg files with this program, UnCSO2 keeps crashing at the very beginning (Windows says ucrtbase.dll is causing the problem). Im sure its something on my side thats causing this. Has anyone else had this issue?

Program crash / Exit, no error.

Using UnCSO2 v1.4.4
Tried to unpack .pkg files from cso2_nexon_v24406.

What I do
Open the program, then go to File > Open Folder and open "Data" directory in cso2_nexon_v24406.
UnCSO2 stuck for awhile and exited without any errors or messages.
Is UnCSO2 working to unpack cso2 korea?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.