r0ptr

Results 5 comments of r0ptr

I'd like to have the hook invoked for successful memory writes only (excluding attempts where protection violations or unmapped memory might cause the actual write to fail) - basically the...

I still need this feature, the issue is not stale, I'm considering preparing a PR for it.

Oh shoot, after looking into it a bit more, it seems not even the LZMA SDK supports archive entries which size exceed 4294967295 bytes, when compiled for 32bits (at least...

The 7z SDK has this piece of code in the `SzArEx_Extract` function: ```c if (*tempBuf == NULL || *blockIndex != folderIndex) { UInt64 unpackSizeSpec = SzAr_GetFolderUnpackSize(&p->db, folderIndex); /* UInt64 unpackSizeSpec...

I see, does it mean that extraction of large files (>4GB) with 7z will never be supported on 32bit systems?