Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpacing Denuvo protected XCI/NSP Files #186

Open
sunyuanzhe opened this issue Nov 1, 2024 · 3 comments
Open

Unpacing Denuvo protected XCI/NSP Files #186

sunyuanzhe opened this issue Nov 1, 2024 · 3 comments

Comments

@sunyuanzhe
Copy link

I was wondering for XCI/NSP Files with Denuvo protection,can you still Unpack a Denuvo protected XCI/NSP Files?

@JrRadiant
Copy link

JrRadiant commented Nov 9, 2024

There's no .XCI/.NSP/.NSZ files with Denuvo protection.. For now. :D

@Masamune3210
Copy link

Even if/when there are, I doubt its going to be too hard to bypass. Games aren't allowed enough introspection into the system to check a lot of things that would be hard to fake and owning the system from early boot tends to make it hard to hide anything in software.

@ElektroStudios
Copy link
Contributor

ElektroStudios commented Dec 17, 2024

Denuvo is a protection system against disassembly and manipulation of the instructions (machine code) and logic contained within a executable file (usually the *.exe file of a video game); XCI/NSP are not executable files, they are just container file formats with a defined data structure to store the video game files inside. See it like a MKV or MP4 container that stores video, audio and subtitle tracks among other things, or ZIP or RAR file formats that packs and holds any files inside.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants