#
rar
Here are 125 public repositories matching this topic...
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.
-
Updated
Dec 18, 2021 - Pascal
Torrent client with HTTP, fuse, and WebDAV interfaces. Start exploring your torrent files right away, even zip, rar, or 7zip archive contents!
go
windows
macos
linux
http
torrent
fuse
bittorrent
filesystem
zip
rar
p2p
webdav
distributed
fuse-filesystem
webdav-server
osxfuse
7zip
btfs
distribyted
-
Updated
Dec 19, 2021 - Go
UnifiedArchive - an archive manager with a unified way for different formats. Supports all basic (listing, reading, extracting and creation) and specific features (compression level, password-protection). Bundled with console program for working with archives.
-
Updated
Dec 6, 2021 - PHP
pdf
dictionary
zip
rar
file
password
bruteforce
python3
recovery
cracking
dictionary-attack
shadow
bruteforce-attacks
zydra
-
Updated
Jun 6, 2021 - Python
A C++ static library offering a clean and simple interface to the 7-zip DLLs.
c-plus-plus
compression
gzip
dll
cpp
zip
tar
rar
archives
extraction
bzip2
in-memory
cpp-library
7-zip
static-library
encrypted-archives
7z
7zip
multi-volume-archives
archives-metadata
-
Updated
Dec 19, 2021 - C++
Open
Typescript support
2
michaeltintiuc
commented
Mar 27, 2020
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)
-
Updated
Oct 14, 2021 - Go
A dependency-free, single-file FLOSS unrar library
c
library
c99
rar
decompression
archive
unpack
unrar
c89
unpacker
single-file
decompress
decompressor
winrar
dependency-free
-
Updated
Aug 21, 2020 - C
App Server independent JCA Connectors for Java EE7+ that connect to Cloud Services.
-
Updated
Dec 13, 2021 - Java
Simple library to decompress files .zip, .rar, .cbz, .cbr in React Native.
-
Updated
Dec 9, 2021 - Kotlin
A Single Library Parser to extract meta information,static analysis and detect macros within the files.
python
machine-learning
zip
static-analysis
reverse-engineering
rar
mime
dynamic-analysis
malware-analysis
pdf-parsing
pe-executable
office-files
libmagic
-
Updated
Sep 14, 2018 - Python
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing
python
unix
gui
tool
zip
rar
password
python3
archive
gnome-terminal
brute-force-attacks
cracking
crack
7z
rarcrack
zip-crack
zip-cracker
rar-crack
archive-cracker
platfrom
-
Updated
Aug 7, 2018 - Python
Create/Convert/Extract ISO images
-
Updated
Jun 13, 2020
Tinyscript tool for recursively (de)compressing nested archives using multiple algorithms (bzip2, rar, lzma, ...)
-
Updated
Oct 3, 2021 - Python
Library for "unpacking" and reading files inside rar archives as node Readable streams.
-
Updated
Nov 19, 2021 - JavaScript
Improve this page
Add a description, image, and links to the rar topic page so that developers can more easily learn about it.
Add this topic to your repo
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