Abhilash

Results 3 issues of Abhilash

An error occured:Error: EPERM: operation not permitted, rename './revanced/temp.apk' -> './revanced/com.google.android.youtube.apk'at renameSync (node:fs:1038:3)at C:\snapshot\revanced-builder\utils\uploadAPKFile.js:23:11at process.processTicksAndRejections (node:internal/process/task_queues:95:5)Please report this bug here: https://github.com/reisxd/revanced-builder/issues. **revanced-builder Version:** Latest **Desktop (please complete the following information):**...

I am using it on Android. The header is not encrypted when archiving 7z with password and setHeaderEncryption(true) RandomAccessFile(sevenZFile, "rw").use { raf -> val outArchive = SevenZip.openOutArchive7z() outArchive.setLevel(compressionLevel) outArchive.setSolid(solid) outArchive.setSolidSize(8192)...

The header is not encrypted when archiving 7z with password and setHeaderEncryption(true) RandomAccessFile(sevenZFile, "rw").use { raf -> val outArchive = SevenZip.openOutArchive7z() outArchive.setLevel(compressionLevel) outArchive.setSolid(solid) outArchive.setSolidSize(8192) outArchive.setThreadCount(threadCount) outArchive.setHeaderEncryption(true) outArchive.createArchive( RandomAccessFileOutStream(raf), filesToArchive.size, object...