Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

clark-ja
Copy link
Contributor

This PR reintroduces support for ARJ archives to the rust rewrite.

@clark-ja
Copy link
Contributor Author

clark-ja commented Feb 23, 2025

I tested it against example ARJ archives from:

image

@clark-ja
Copy link
Contributor Author

clark-ja commented Feb 23, 2025

For good measure, I created my own ARJ archive and added an integration test with it at c24c501.

For completeness, this is how the file containing the ARJ archive was created:

echo "<...>" > secret.txt
arj a -jm1 example.arj secret.txt
dd if=/dev/rand of=arj.bin bs=256 count=1
dd if=example.arj of=arj.bin bs=1 seek=13 conv=notrunc

@devttys0 devttys0 merged commit 98e0840 into ReFirmLabs:master Mar 5, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants