crackleeeessyp

Results 4 comments of crackleeeessyp

Any ideas about how to make it work for AAR library? I tried @valeriyo suggestions to add local libs, but it show "class duplication" error when build.

That's right for windows can support path with length of 32767 characters, however, some program languages/ and old windows may not support 32767 but only 256, and would introduce problem...

It can be read and extract by 7z, and can also be extract by the c# build in zip API: `System.IO.Compression.ZipFile.ExtractToDirectory`, but cannot be read by dotnet zip: `ZipFile.Read(zipPath)` and...

Thanks, that's true I can decompile it from dll, however, there are lot of errors that need to fix, so can we have source code directly from ikvm?