使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览
-
Updated
Nov 5, 2020 - Java
{{ message }}
使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览
Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager. Features volume spanning, compression, authenticated encryption. Supports 7Z, 7-Zip sfx, ACE, ARJ, Brotli, BZ2, CAB, CHM, CPIO, DEB, GZ, ISO, JAR, LHA/LZH, NSIS, OOo, PAQ/LPAQ, PEA, QUAD, RAR, RPM, split, TAR, Z, ZIP, ZIPX, Zstandard.
UnifiedArchive - unified interface to all popular archive formats (zip, 7z, rar, gz, bz2, xz, cab, tar, tar.gz, tar.bz2, tar.xz, tar.Z, iso) for listing, reading, extracting and creation + built-in console archive manager.
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
Do you plan on generating declaration files for supporting Typescript?
You could either have them as part of the repo or contribute to https://github.com/DefinitelyTyped/DefinitelyTyped/
Thanks in advance!
Go bindings for unarr (decompression library for RAR, TAR, ZIP and 7z archives)
A dependency-free, single-file FLOSS unrar library
App Server independent JCA Connectors for Java EE7+ that connect to Cloud Services.
A Single Library Parser to extract meta information,static analysis and detect macros within the files.
Rust RAR archive crate
Create/Convert/Extract ISO images
Library for "unpacking" and reading files inside rar archives as node Readable streams.
Fuse module for mounting uncompressed Rar archives
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing
Add a description, image, and links to the rar topic page so that developers can more easily learn about it.
To associate your repository with the rar topic, visit your repo's landing page and select "manage topics."
I was able to confirm that
os.Create()will happily follow symlinks.Although standard tools like
tarwill not likely allow you to add two files with the same name to an archive file, it's certainly easy enough to do in code. This means that we need to add an additional check before writing to a destination to make sure that it's not a symlink outside of the destination.The vulnerab