Added support for files larger than 2GB#869
Conversation
|
The build of this PR can be obtained at https://ci.appveyor.com/project/Perfare/il2cppdumper/builds/52258506/artifacts |
|
Thanks. For the great change! The main repo hasn't received any updates in over a year, so feel free to open pull requests here if you have ideas or fixes. If it's useful, I'll happily merge it in. |
Added support for the nix package manager
Revert "Added support for the nix package manager"
Revert "Revert "Added support for the nix package manager""
Remove unneeded import.
Following Perfare#3 by unhighghlow. Co-Authored-By: unhighghlow <132668972+unhighghlow@users.noreply.github.com>
GitHub seems to not like it. It might create issues.
|
This doesn't actually work for me, since there is still a ReadAllBytes call in Program.cs. I tried replacing it with an OpenRead call and converting it to a byte array, but the 32-bit integer limit made it not work without errors. (yes I know the last commit was 5 months ago) |
Yea, I'm still around. As with all the previous calls, this one seems to be piped directly into |
I am afraid I cannot, as that would constitute sharing of copyrighted data, aka piracy. |
afaik you don't break copyright by using this, or any other tool. Can you at least say which app it is, so I can download it for myself? |
|
Nine Sols (2024), Nintendo Switch port |
I changed some occurrences of
File.ReadAllBytestoFile.OpenRead. This add support for files larger that 2GB and fixes #853