Quote:
Originally Posted by 78372
Nope, I saw that before. There are two problems.
1. That uses MagicAPIHook which is buggy AF
2. That patches fopen, which uses CreateFileA to work, and patching that won't work for rz(only stdout works)
Anyways, I found the lzt cls bug for decompression, the problem is with multiple files(doesn't make sense) but I should look a bit deeper for this thing, anything that is an archiver f***s everything up while we use stdin -_-
|
Patching CreateFileA shall make nz stdio, and archivers are made to work with files so they don't care about the amount of data that was actually read

Think about it and it shall work